My dotfiles
fish/dot-config/fish | ||
foot/dot-config/foot | ||
git/dot-config/git | ||
kitty/dot-config/kitty | ||
nvim/dot-config/nvim | ||
starship/dot-config | ||
tmux/dot-config/tmux | ||
wezterm/dot-config/wezterm | ||
.gitignore | ||
.luarc.json | ||
justfile | ||
LICENSE | ||
README.md | ||
stylua.toml |
Configurations
- Neovim Nightly
- Fish Shell
- And more
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
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