Config files of all my device, including Vim/Bash and so on. Use this to setup my dev env in a short time.
sudo apt-get install zsh
wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | sh
curl -sSL https://raw.githubusercontent.com/23lab/AirConfig/master/acInstall.sh | bash -s zsh; source ~/.zshrc
curl -sSL https://raw.githubusercontent.com/23lab/AirConfig/master/acInstall.sh | bash -s bash; source ~/.bash_profile
ln air_vim ~/.vimrc
source /path/to/AirConfig/air_bash
curl -sL https://raw.githubusercontent.com/egalpin/apt-vim/master/install.sh | sh
apt-vim install -y https://github.com/scrooloose/nerdtree.git
apt-vim install -y https://github.com/vim-airline/vim-airline.git
apt-vim install -y https://github.com/Shougo/unite.vim.git
apt-vim install -y https://github.com/junegunn/fzf.git
brew install fzf
/usr/local/opt/fzf/install