Skip to content

theartusz/config

Repository files navigation

Fish and Starship setup

  1. install fish
brew install fish

or

sudo apt-add-repository ppa:fish-shell/release-3
sudo apt update
sudo apt install fish
  1. initiate fish shell
fish
  1. copy content of config.fish and paste it to ~/.config/fish/config.fish
cp -a ~/repos/config/config.fish ~/.config/fish/config.fish
  1. set fish as the default shell
chsh -s $(which fish)
  1. install starship
curl -sS https://starship.rs/install.sh | sh
  1. install JetBrains Mono Nerd Font from https://www.jetbrains.com/lp/mono/
  2. unzip and copy fonts to ~/.local/share/fonts/
  3. run
fc-cache -f ~/.local/share/fonts/
  1. in VS Code open setting (ctrl + shift + p) and set:
"terminal.integrated.fontFamily": "'JetBrainsMonoMedium Nerd Font'"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published