Clone this repo into ~/.dotfiles
. Then add this to your ~/.bashrc
if [ -f ~/.bashrc ]; then
source ~/.dotfiles/bashrc
else
source ~/.dotfiles/bash_profile
fi
Create .vim directory if it does not exist mkdir .vim
enter it cd .vim
then create mkdir color
directory.
Copy the ir_black theme in your vim directory cp ~/.dotfiles/themes/ir_black.vim ~/.vim/colors/ir_black.vim
.
Then, clone Vundle : git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
Run vim and then the command :BundleInstall
to install the plugins.
Install ctags package sudo apt-get install exuberant-ctags
to make vim better and tmux sudo apt-get install tmux
for a better life.
Now run the loading commands:
$ source ~/.bashrc
(or $ source ~/.bash_profile
if you're in a Mac, punk).
$ ubp
ubp
will Update Bash Profile with whatever is in the .dotfiles
dir (we hope so).