My dotfiles
Find a file
Nikos Papadakis 7a5bbc1e40
nvim
2023-06-14 12:36:32 +03:00
fish/dot-config/fish nvim 2023-06-14 12:30:11 +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-14 12:36:32 +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 nvim 2023-05-24 12:44:09 +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 use just 2023-02-18 14:35:56 +02: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

Programs used

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

Usage

  • Clone the repository (e.g into ~/.dotfiles)
git clone https://git.papadakis.xyz/dotfiles/ ~/.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 ~/.config/fish
ln -s ~/.dotfiles/nvim ~/.config/nvim
ln -s ~/.dotfiles/wezterm ~/.config/wezterm