My dotfiles
Find a file
Nikos Papadakis 99cbacf737
add foot
2023-06-23 20:10:36 +03:00
fish/dot-config/fish add foot 2023-06-23 20:10:36 +03:00
foot/dot-config/foot add foot 2023-06-23 20:10:36 +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-06-23 18:29:27 +03:00
scripts/.local/bin initial commit 2023-01-01 16:16:21 +02: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 Revert "nvim" 2023-06-15 22:04:02 +03:00
zsh initial commit 2023-01-01 16:16:21 +02:00
.luarc.json initial commit 2023-01-01 16:16:21 +02:00
justfile justfile 2023-02-18 14:52:59 +02:00
LICENSE initial commit 2023-01-01 16:16:21 +02:00
README.md update readme 2023-06-17 15:54:54 +03:00
stylua.toml initial commit 2023-01-01 16:16:21 +02:00

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