Before using:
- generate ssh key
- generate gpg key
cd ~
git clone [email protected]:cscnk52/.dotfiles.git
cd .dotfiles
sudo pacman -S stow
stow ...
cp ~/.dotfiles/pacman/pacman.conf /etc/pacman.conf
install vim-plug
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
reference from: https://github.com/junegunn/vim-plug#unix
cd ~/.dotfiles
stow vim
install zinit
bash -c "$(curl --fail --show-error --silent --location https://raw.githubusercontent.com/zdharma-continuum/zinit/HEAD/scripts/install.sh)"
reference from: https://github.com/zdharma-continuum/zinit#install
cd ~
rm .zshrc
cd .dotfiles
stow zsh
remember to restart zsh