dotfiles

My personal dotfiles

MIT License

Stars
6
Committers
2

Dotfiles

My personal dotfiles, using kitty, tmux, zsh, powerlevel10k, and neovim.

This config is written for macOS, but should only need minor modifications to be used elsewhere.

Gallery

(Screenshots outdated)

Font

DejaVu Sans Mono Nerd Font

Install

  1. Currently this repo only supports being cloned to the following location
git clone https://github.com/will-lynas/dotfiles.git ~/dotfiles
brew install --cask kitty
brew install tmux neovim fzf ripgrep fd
  1. This will overwrite any existing config, so make backups if needed
mkdir -p ~/.config

ln -sf ~/dotfiles/tmux ~/.config/tmux
ln -sf ~/dotfiles/nvim ~/.config/nvim
ln -sf ~/dotfiles/kitty ~/.config/kitty
ln -sf ~/dotfiles/zsh/zshrc ~/.zshrc
  1. Install the font

  2. Launch kitty

  3. Hit y to install zplug plugins

  4. Launch tmux (you may need to run tmux kill-server first to kill any existing tmux sessions)

  5. Hit Ctrl-a then I to install tpm plugins

  6. Launch neovim (using vim) to install neovim plugins