- BASIC SETUP: on your local machine or your Cloud9 workspace.
$ git clone https://github.com/gdumitrescu/dotfiles.git ~/
and use GNU Stow for dotfiles management
or run $ ./install.sh
or the following commands:
$ cd ~
$ wget https://raw.github.com/gdumitrescu/dotfiles/master/git/.gitignore
$ wget https://raw.github.com/gdumitrescu/dotfiles/master/git/.gitignore_global
$ wget https://raw.github.com/gdumitrescu/dotfiles/master/git/.gitconfig
$ wget https://raw.github.com/gdumitrescu/dotfiles/master/tmux/.tmux.conf
$ wget https://raw.github.com/gdumitrescu/dotfiles/master/vim/.vimrc
$ git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
$ vim +BundleInstall +qall
- Github user: akitaonrails for vim color schemes