Merge branch 'main' of ssh://git.zacke.dev:222/wholteza/dotfiles
This commit is contained in:
@@ -68,4 +68,4 @@ color = "#f5e0dc"
|
||||
size = 16.0
|
||||
|
||||
[font.normal]
|
||||
family = "Fira Code Nerd Font Mono"
|
||||
family = "Fira Code Nerd Font"
|
||||
|
||||
@@ -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!
|
||||
|
||||
|
||||
Reference in New Issue
Block a user