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.
(Screenshots outdated)
- 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
- 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
-
Install the font
-
Launch
kitty
-
Hit
y
to installzplug
plugins -
Launch
tmux
(you may need to runtmux kill-server
first to kill any existing tmux sessions) -
Hit
Ctrl-a
thenI
to installtpm
plugins -
Launch neovim (using
vim
) to install neovim plugins