dotfiles/README.md
Nikos Papadakis 051111856d
update readme
2023-06-17 15:54:54 +03:00

1 KiB

Configurations

Fonts

You will have to install the fonts I use in these dotfiles separately

Nice programs to have

  • ripgrep (used by nvim)
  • fd (used by nvim)
  • exa (ls replacement used by fish)

Usage

  • Clone the repository (e.g into ~/.dotfiles)
git clone https://git.nikos.gg/nikos/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
  • For automated dotfile linking use just
just add fish
just add nvim
just add wezterm
  • Or, manually link the directory you need
ln -s ~/.dotfiles/fish/dot-config/fish ~/.config/fish
ln -s ~/.dotfiles/nvim/dot-config/nvim ~/.config/nvim
ln -s ~/.dotfiles/wezterm/dot-config/wezterm ~/.config/wezterm