dotfiles/README.md
2023-09-12 20:22:31 +03:00

1.1 KiB

Configurations

Pick and choose - you might want to change some stuff (git config for example).

Fonts

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

Tools

  • ripgrep grep alternative (used by nvim)
  • fd - find alternative (used by nvim)
  • lsd - ls alternative

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
  • Use just add target where target is the config directory
cd ~/.dotfiles
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