Skip to content

yangg/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Config dotfiles

Installation

Vim, bash and git

git clone --recursive https://github.com/yangg/dotfiles.git ${DOTDIR:=~/.dotfiles}
ln -s $DOTDIR/{.vim,.vimrc,.gitconfig} ~/
ln -s $DOTDIR/scripts/bashrc ~/.bashrc
vim +BundleInstall +qa

Vim only

git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
curl -O https://raw.github.com/yangg/dotfiles/master/.vimrc
vim +BundleInstall +qa

Useful commands

tmux

tmux swap-window -t [+-]x   # or move-window
tmux detach -a              # detach all other client on this session except the current one

About

Vim, shell and git config files

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors