My dotfiles
				
			
			
		| fish/dot-config/fish | ||
| git/dot-config/git | ||
| kitty/dot-config/kitty | ||
| nvim/dot-config/nvim | ||
| scripts/.local/bin | ||
| starship/dot-config | ||
| tmux/dot-config/tmux | ||
| wezterm/dot-config/wezterm | ||
| zsh | ||
| .luarc.json | ||
| justfile | ||
| LICENSE | ||
| README.md | ||
| stylua.toml | ||
Configurations
- Neovim Nightly
 KittyReplaced by wezterm- Wezterm
 - Fish Shell
 - More
 
Fonts
You will have to install the fonts I use in these dotfiles separately
Programs used
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