- vim
- guake
- zsh and (oh-my-zsh)
- tmux
- conky
-
For directory color fix.
cd wget --no-check-certificate https://raw.github.com/seebi/dircolors-solarized/master/dircolors.ansi-dark mv dircolors.ansi-dark .dircolors eval `dircolors ~/.dircolors`
-
Guake solarized color scheme
cd git clone https://github.com/coolwanglu/guake-colors-solarized.git cd guake-colors-solarized ./set_dark.sh
- GNU Stow
- Installation on ubuntu -
sudo apt-get install stow
- Move to the directory where you cloned this repo -
cd ~/dotfiles
- Delpoy -
stow -v <package_name>
- To remove -
stow -vD <package_name>
- To re-stow -
stow -vR <package_name>
- vim.complete (with all plugins)
- vim.mini (with minimum plugins)
- git
- tmux
- zsh
- xterm
- conky
- To install every thing at once use following command
stow -v vim.mini git tmux zsh xterm conky