Giter VIP home page Giter VIP logo

mydotfiles's Introduction

Usage

Clone prject:

git clone https://github.com/gcgc100/mydotfiles.git

Install:

bash install.sh

If on macOS and using iTerm2: import the profile iTerm2->Preferences->Profiles->Other Actions...->Bulk Copy from Selected Profile(itermProfile)

Install python modules

pip3 install -r pythonLibrary.txt

My Configuration Files and Software list

  • .vim .vimrc: vim configuration files and plugins
  • .bashrc: bash
  • .zshrc: zsh
  • .gitconfig: git
  • .tmux.: tmux
  • .lynxrc: lynx
  • .sqliterc: sqlite3
  • .screenrc: screen (No more maintenance)
  • itermProfile: profile for iterm2. Import it manually.

Software list:

  • With GUI:
    • xterm2: New terminal on OS X.
    • mindnote: Capture your thoughts.
    • notibality: Note taking.
    • alfred: Quick access anything on Mac.
    • typora: A lightweight markdown editor and previewer.
    • skim: PDF reader on mac.
    • Endnote: Paper organize.
    • Chrome
  • terminal cmd:
    • brew: Install software on macOS.
    • tmux: tmux:terminal multiplexer.
    • ~~autojump: Quick navigatio on terminal. Replace 'cd'.~~Replaced by z.
    • z: Same with autojump, but smaller and faster. Use alias for frequently used dir. z is used as an statistic tool to tell which dir is frequently used. The 'cd' result of z is not accurate, so not recommend to use directly.
    • tree: List the contents of directories in a tree like format.
    • pandoc: General markup convertor.
    • lynx: A text browser for the World Wide Web.
    • zsh: Zsh shell.
    • screen(Using tmux now): Split screen in terminal. conf file:.screenrc Another option: tmux).
  • Program Language:
    • Python(pip package)
      • nosetests (python tests)
      • selenium (browser automation)
      • lxml (processing XML and HTML)
      • pony (ORM database accessing)
    • R
      • ggplot
      • dplyr
    • Latex
      • ctex
    • NodeJS(npm package)
      • tldr
  • Try: * qutebrowser: A keyboard-driven, vim-like browse.

tmux plugin install

apt-get install xsel on Linux or brew install reattach-to-user-clipboard on OS-X Inside tmux press C-prefix I to install plugins Install.sh will install tmux plugin automatically.

Dependencies: xclip, xsel

Features:

* Automatically check update on github. Run git command in .zshrc to pull latest update.

Solved Problems:

Q: How to enable python3 in vim A: Rebuild the vim. * Mac: brew install vim --with-python3

TODO

mydotfiles's People

Contributors

gcgc100 avatar

Watchers

James Cloos avatar  avatar

mydotfiles's Issues

version control in .tmux.conf

The .tmux.conf is good for tmux 2.5.
In tmux 1.9, mouse switch option should be mode-mouse.
And bind-key -T not supported.

get-pip.py权限问题

从install.sh执行get-pip.py来安装pip时经常遇到权限问题,我不希望root安装pip,设置了prefix来避免此问题。但当前的prefix:/usr/local在ubuntu 上也是root权限的文件夹。不确定prefix是否可以设置为任意的目录,待测试。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.