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

@@ -162,8 +162,10 @@ alias edit-vim='cd ~/.config/nvim && vim .'
hostname=$(cat ~/hostname)
if [[ $hostname == "arch-bepis" ]]; then
setxkbmap se
export SSH_AUTH_SOCK=/home/wholteza/.bitwarden-ssh-agent.sock
else
export PATH="$PATH:/opt/nvim-linux-x86_64/bin"
export SSH_AUTH_SOCK=/home/wholteza/snap/bitwarden/current/.bitwarden-ssh-agent.sock
fi
@@ -171,5 +173,4 @@ export PATH="/home/wholteza/.cargo/bin:$PATH"
### Start oh my posh
eval "$(oh-my-posh init bash --config '~/.config/oh-my-posh/theme.omp.json')"
setxkbmap se
source /usr/share/nvm/init-nvm.sh

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!