nevalsar / dotfiles

This is where it gets personal.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

This is where it gets personal.

License:MIT License


Languages

Language:Shell 44.8%Language:Emacs Lisp 41.2%Language:Vim Script 13.9%