lazy vim
Currently using
use Hack Nerd Font Mono. (Configuration written in .alacritty.yml)
brew install neovim
cd $HOME
git clone <THIS REPOSITORY>
./dotfiles/symlink.sh
cd dotfiles
./install.sh
git config --list
git config --global user.name "YOUR NAME" git config --global user.email "YOUR EMAIL"
Since alacritty not support ligature, I dont't use fira code anymore.
brew tap homebrew/cask-fonts
brew install font-hack-nerd-font
brew cask install hammerspoon
~/.hammerspoon/init.lua
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
git clone --recursive https://github.com/sorin-ionescu/prezto.git "${ZDOTDIR:-$HOME}/.zprezto"
use starship as prompt
eval "$(starship init zsh)"
eval "$(starship init bash)"
brew tap homebrew/cask-fonts
brew cask install font-hack-nerd-font
Because Starship is more flexible.