ln -s ~/dotfiles/.vim ~/.vim
ln -s ~/dotfiles/fonts ~/.fonts
Install
sudo apt install zsh
Open .zshrc
vim ~/.zshrc
Add these line
source ~/dotfiles/zsh/nambn.zsh
Set default shell (optional)
chsh -s /bin/zsh <username>
Source from zprofile (optional)
touch ~/.zprofile
echo 'source ~/.zshrc' >> ~/.zprofile
git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
~/.fzf/install