|
|
4 years ago | |
|---|---|---|
| README.md | 4 years ago | |
| config.vim | 4 years ago | |
| prompt.sh | 7 years ago | |
| tmux.conf | 7 years ago | |
First, clone this repository into ~/dotfiles.
Add the following to your .bashrc:
# Better prompt.
source ~/dotfiles/prompt.sh
Install the jellybeans colorscheme, either by downloading jellybeans.vim into
.vim/colors/, or by installing a plugin manager and using it to install
jellybeans.
Then add the following to your .vimrc:
source ~/dotfiles/config.vim
Run the following command:
$ ln -s ~/dotfiles/tmux.conf ~/.tmux.conf