This repo contains my personal settings files for vim, zsh, git, tmux.
- Piotr Karbowski https://github.com/slashbeast/things
- Andriy Senkovych https://github.com/jollyroger/config
- Install requarements
- install ack
$ sudo apt-get install ack-grep
; - install ctags
$ sudo apt-get install ctags
; - install patched powerline fonts
https://github.com/powerline/fonts
;
- install ack
- Backup your dot files.
- Clone repository
$ git clone https://github.com/pawlyk/dotfiles.git ~/
. - Install Vundle
$ git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
. - Run vim and execute command
:PluginInstall
in vim. - Install tmux-powerline
$ git clone git://github.com/erikw/tmux-powerline.git ~/.tmux/tmux-powerline/
. - Edit file
$ vim ~/.tmux/tmux-powerline/themes/default.sh
to customize look and feel. - Enjoy.
tmux+zsh+vim
- tmux-powerline https://github.com/erikw/tmux-powerline
- see .vimrc
- oh-my-zsh http://ohmyz.sh/