Merge branch 'main' of ssh://git.zacke.dev:222/wholteza/dotfiles

This commit is contained in:
2025-05-01 15:29:56 +02:00
3 changed files with 8 additions and 2 deletions

View File

@@ -68,4 +68,4 @@ color = "#f5e0dc"
size = 16.0
[font.normal]
family = "Fira Code Nerd Font Mono"
family = "Fira Code Nerd Font"

View File

@@ -81,6 +81,11 @@ gpg --decrypt /home/wholteza/.config/wireguard/got58-got80.conf.gpg > /home/whol
# Xorg configs
sudo cp /home/wholteza/.config/X11/xorg.conf.d/* /etc/X11/xorg.conf.d/
# Install nvim
curl -LO https://github.com/neovim/neovim/releases/latest/download/nvim-linux-x86_64.tar.gz
sudo rm -rf /opt/nvim
sudo tar -C /opt -xzf nvim-linux-x86_64.tar.gz
source ~/.bashrc
echo Done!