Skip to content

will-lynas/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

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

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

Gallery

image image image

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 starship neovim fzf ripgrep fd
  1. This will overwrite any existing config, so make backups if needed
mkdir -p ~/.config

ln -sf ~/dotfiles/starship.toml ~/.config/starship.toml
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