Skip to content

mchampanis/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Installation

Packages

  • Linux:
apt-get install vim tmux screen ack-grep bash bash-completion
  • macOS:
port install vim tmux tmux-pasteboard screen ack bash bash-completion

Vim

mkdir -p ~/.vim/vimundo

Pathogen

mkdir -p ~/.vim/autoload ~/.vim/bundle && \
curl -LSso ~/.vim/autoload/pathogen.vim https://tpo.pe/pathogen.vim

NERDTree

cd ~/.vim/bundle && \
git clone https://github.com/scrooloose/nerdtree.git

nerdtree-git-plugin

cd ~/.vim/bundle/nerdtree/nerdtree_plugin && \
wget https://github.com/Xuyuanp/nerdtree-git-plugin/raw/master/nerdtree_plugin/git_status.vim

pydiction

cd ~/.vim/bundle && \
git clone https://github.com/rkulla/pydiction.git

ctrpl

cd ~/.vim/bundle && \
git clone https://github.com/ctrlpvim/ctrlp.vim.git ctrlp.vim

tmux

tmux plugin manager

git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
  • Press prefix + I (capital I, as in Install) to fetch the plugin.
  • Add new plugin to ~/.tmux.conf with set -g @plugin '...'

screen

Nothing to do.

ack-grep

Nothing to do.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published