Skip to content

naborisk/dotfiles

Repository files navigation

Dotfiles

Various customizations for my own use

Installation

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

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)"

Updating dotfiles

If there are changes, to the files, just do a git pull and new files will work automatically

Files & Folders

  • setup.sh: script to bootstrap dotfiles
  • .vimrc: vimrc with some plugins installed (not in use)
  • .tmux.conf: tmux configuration with nightfox colorscheme
  • starship.toml: config for starship prompt
  • .zsh/aliases.zsh: aliases
  • .zsh/bin/: executable scripts
  • .stylua.toml: Stylua config file
  • .prettierrc: Prettier config file

NVIM_PATH

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/"

About

✨ My development environment configurations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published