/dotfiles

All my Linux dotfiles, organized for use with GNU Stow

Primary LanguageShell

Installation

  • Clone the contents of this repo into ~/.dotfiles
git clone git@github.com:wipdev-tech/dotfiles.git ~/.dotfiles
  • cd into the directory
  • Run stow .

Program-Specific Notes

Tmux

  • Run [Prefix] I to install Tmux plugins. They are not git-tracked.
  • You will need to install TPM first:
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm

Neovim

  • This config was initially based on Kickstart
  • System-level dependencies for Neovim and plugins (e.g., Telescope):
sudo apt install gcc g++ git ripgrep curl
  • Language-specific dependencies may be required for language servers (e.g., Go toolchain for gopls and Node/NPM for tsserver).