My dotfiles
Package | What do to |
---|---|
Firefox | Browser |
nvm | Node package manager |
yabai | Windows manager |
skhd | Hotkey Daemon |
Hugo | Static page framework |
Neovim | IDE |
VS Code | Text editor |
zoxide | Fast navigator |
macchina | Show information |
xcode-select --install
# Git clone dotfiles to $HOME/.dotfiles
git clone https://github.com/bnhtho/dotfiles ~/.dotfiles
# Move to .dotfiles
cd ~/.dotfiles
## Running script to setup dotfiles
sh setup.sh
## NOTE: some steps required password to execute as root.
yabai --start-service
skhd --start-service
nvm install --lts
npm i -g @olrtg/emmet-language-server
defaults write -g ApplePressAndHoldEnabled -bool false
defaults write com.apple.dock tilesize -int 36; killall Dock
# execute this script to install multipass
sh multipass.sh
If facing error "No instance found", turn off terminal and run the script again