1.1 KiB
1.1 KiB
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