Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions config/kitty/kitty.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Kitty config file

# Preferred color scheme
color0 #000000
color8 #555555
color1 #ff0000
color9 #ff0000
color2 #00ff00
color10 #00ff00
color3 #ffff00
color11 #ffff00
color4 #5555ff
color12 #5555ff
color5 #ff00ff
color13 #ff00ff
color6 #00ffff
color14 #00ffff
color7 #ffffff
color15 #ffffff

# For some reason kitty likes using "xterm-kitty" as TERM (this breaks a lot of stuff) so let's set this to xterm
term xterm
4 changes: 4 additions & 0 deletions install-scripts/02-move-files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ set -e # exit on error
mkdir -p ~/.config/nvim
mkdir -p ~/.config/fish
mkdir -p ~/.config/fish/conf.d
mkdir -p ~/.config/kitty

# vim
cp config/vim/init.lua ~/.config/nvim/
Expand All @@ -22,3 +23,6 @@ fi

# tmux
cp config/tmux/tmux.conf ~/.tmux.conf

# kitty
cp config/kitty/kitty.conf ~/.config/kitty/