My dotfiles
Find a file
Nikos Papadakis 9622e5b39e
nvim
2023-09-21 11:18:48 +03:00
fish/dot-config/fish fish 2023-09-12 00:58:24 +03:00
foot/dot-config/foot nvim 2023-06-29 12:58:21 +03:00
git/dot-config/git use just 2023-02-18 14:35:56 +02:00
kitty/dot-config/kitty use just 2023-02-18 14:35:56 +02:00
nvim/dot-config/nvim nvim 2023-09-21 11:18:48 +03:00
starship/dot-config stuff 2023-05-03 13:27:09 +03:00
tmux/dot-config/tmux use just 2023-02-18 14:35:56 +02:00
wezterm/dot-config/wezterm nvim 2023-07-21 16:57:29 +03:00
.gitignore fish 2023-09-12 00:58:24 +03:00
.luarc.json initial commit 2023-01-01 16:16:21 +02:00
justfile README+cleanup 2023-09-12 20:22:31 +03:00
LICENSE initial commit 2023-01-01 16:16:21 +02:00
README.md README+cleanup 2023-09-12 20:22:31 +03:00
stylua.toml initial commit 2023-01-01 16:16:21 +02:00

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