/dotfiles

My dotfiles and config files

Primary LanguageLua

My dotfiles

Configuration files for Neovim, Tmux and Zsh

Usage

Kitty

Create a symlink between ~/.config/kitty and ~/dotfiles/kitty, e.g.

ln -s ~/dotfiles/kitty ~/.config/kitty

Neovim

Create a symlink between ~/.config/nvim and ~/dotfiles/nvim, e.g.

ln -s ~/dotfiles/nvim ~/.config/nvim

Tmux

  1. Clone Tmux Plugin Manager (TPM):
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
  1. Create a symlink between ~/.config/tmux and ~/dotfiles/tmux, e.g.:
# Create link
ln -s ~/dotfiles/tmux ~/.config/tmux

Zsh

Antigen is required for package management. Download it here before following the next steps

In your ~/.zshrc, add the following

source ~/dotfiles/.zshrc