-
-
install vim-plug
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
-
install all the plugins in vim
:PlugUpdate
-
-
zsh: install zsh with package manager
-
curl -sL --proto-redir -all,https https://raw.githubusercontent.com/zplug/installer/master/installer.zsh| zsh
-
git clone https://github.com/powerline/fonts.git --depth=1 cd fonts ./install.sh cd .. rm -rf fonts
- cloning repo.
cd ~ git clone git@github.com:norangLemon/.dotfiles.git
- make simlink
./make_link.sh