Various customizations for my own use
To install, clone this repository, then run setup.sh
from the repo
git clone https://github.com/naborisk/dotfiles
cd dotfiles
./setup.sh
Files from this repo will be symlinked to config files location, so it is required to keep this repo saved locally for the dotfiles to work
Minimal installation will not symlink the files and is intended to be installed on remote devices. Minimal installation can be installed without cloning the repository.
bash -c "$(curl -fsSL https://raw.githubusercontent.com/naborisk/dotfiles/main/setup-min.sh)"
If there are changes, to the files, just do a git pull
and new files will work automatically
setup.sh
: script to bootstrap dotfiles.vimrc
: vimrc with some plugins installed (not in use).tmux.conf
: tmux configuration with nightfox colorschemestarship.toml
: config for starship prompt.zsh/aliases.zsh
: aliases.zsh/bin/
: executable scripts.stylua.toml
: Stylua config file.prettierrc
: Prettier config file
When NVIM_PATH
is set, it will be appended in front of $PATH
, useful for specifying specific version of Node to use with LSP, etc.
export NVIM_PATH="/path/to/bin/"