- Ubuntu 24.04 or macOS
- Homebrew
gh repo clone kaiiy/dotfiles
cd dotfiles/
sudo apt-add-repository ppa:fish-shell/release-3
sudo apt update
sudo apt install fish
fish -c "curl -sL https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish | source && fisher install jorgebucaran/fisher"
./link.sh
brew bundle --file ./etc/brew/Brewfile
fish
fisher update
To update installed packages, run the following command:
topgrade
To update dotfiles, run the following command:
./link.sh
{
"editor.fontFamily": "'JetBrainsMono Nerd Font Mono', Consolas, 'Courier New', monospace"
}
{
"profiles": {
"defaults": {
"font": {
"face": "JetBrainsMono Nerd Font Mono"
}
}
}
}