Skip to content

nevalsar/dotfiles

Repository files navigation

Dotfiles

My personal dotfiles.

Setup

Install GNU Stow.

  • Clone the repo to your machine to home repository.
git clone https://github.com/nevinvalsaraj/dotfiles.git ~/.dotfiles

Neovim Configuration

  • Symlink neovim configuration:
stow neovim
  • Run nvim (ignore colorscheme load errors that appear).
  • Once neovim has launched, run:
:PlugInstall

to download plugins.

  • Restart neovim.

Zsh Configuration

  • Symlink zsh configuration files:
stow zsh
  • Run exec zsh and wait for modules to download.

Emacs Configuration

  • Symlink configuration file:
stow emacs
  • Run emacs and wait for plugins to download.

Kitty Terminal Configuration

  • Symlink kitty.conf file:
stow kitty

FD Ignore File Configuration

  • Symlink .fdignore file:
stow fdignore