My dotfiles
Find a file
Nikos Papadakis 1d2511c7c7
nvim
2023-06-17 15:27:47 +03:00
fish/dot-config/fish Revert "nvim" 2023-06-15 22:04:02 +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-17 15:27:47 +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 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