Skip to content

kaiiy/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Requirements

Installation

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

Update

Packages

To update installed packages, run the following command:

topgrade

Dotfiles

To update dotfiles, run the following command:

./link.sh

Fonts

JetBrainsMono Nerd Font Mono

VSCode

{
    "editor.fontFamily": "'JetBrainsMono Nerd Font Mono', Consolas, 'Courier New', monospace"
}

Windows Terminal

{
      "profiles": {
        "defaults": {
            "font": {
                "face": "JetBrainsMono Nerd Font Mono" 
            }
        }
      }
}