feat(ghostty): add config to dotfiles
This commit is contained in:
parent
9ede52d0ab
commit
922adb6b64
2 changed files with 12 additions and 0 deletions
7
ghostty/config
Normal file
7
ghostty/config
Normal file
|
@ -0,0 +1,7 @@
|
|||
theme = tokyonight
|
||||
|
||||
# Fonts
|
||||
font-family = Fira Code
|
||||
font-feature = -calt
|
||||
font-feature = -liga
|
||||
font-feature = -dlig
|
|
@ -34,6 +34,11 @@ rm -rf $HOME/.config/nvim
|
|||
mkdir -p $HOME/.config
|
||||
ln -s $DOTFILES/nvim $HOME/.config/nvim
|
||||
|
||||
# ghostty
|
||||
rm -rf $HOME/.config/ghostty
|
||||
mkdir -p $HOME/.config
|
||||
ln -s $DOTFILES/ghostty $HOME/.config/ghostty
|
||||
|
||||
# NVIM config:
|
||||
# Install vim-plug for nvim
|
||||
if [ ! -f ~/.config/nvim/autoload/plug.vim ]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue