|
|
3 years ago | |
|---|---|---|
| README.md | 3 years ago | |
| config.vim | 4 years ago | |
| notes.md | 4 years ago | |
| prompt.sh | 7 years ago | |
| tmux.conf | 4 years ago | |
First, clone this repository into ~/dotfiles.
Add the following to your .bashrc:
# Use vim for editing.
export VISUAL="vim"
export EDITOR="${VISUAL}"
# Better prompt.
source ~/dotfiles/prompt.sh
Install the gruvbox8 colorscheme,
specifically the gruvbox8_hard variant:
$ curl -Lo ~/.vim/colors/gruvbox8_hard.vim --create-dirs \
https://raw.githubusercontent.com/lifepillar/vim-gruvbox8/master/colors/gruvbox8_hard.vim
Then add the following to your .vimrc:
source ~/dotfiles/config.vim
Install Tmux Plugin Manager:
$ git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
Run the following command:
$ ln -s ~/dotfiles/tmux.conf ~/.tmux.conf
Then run tmux, and type <Ctrl>-A I to install plugins.
Install the Hack font.
Apply the gruvbox8 theme using gnome-terminal-configure.