/dotfiles

My personal dotfiles

Primary LanguageVim Script

dotfile

My dotfile~

Getting Start

Install

git clone https://github.com/setsal/dotfiles.git

Setup Vim

I use vim-plug to manage vim plugins

cd dotfile/vim
sh setup.sh

Setup Tmux

Just use the soft link to link to ~/.tmux.conf

Really Thanks for the awesome tmux config from gpakosz

cd dotfile/tmux
sh setup.sh

Setup Zsh

I use oh my zsh to manage my zsh configure, plugins and themes. :P

The theme is spaceship

Auto install script is todo :P