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

This commit is contained in:
2026-08-14 09:29:04 +02:00
5 changed files with 10 additions and 4 deletions

View File

@@ -184,6 +184,8 @@ elif [[ $hostname == "bepis-laptop" ]]; then
export SSH_AUTH_SOCK=/home/wholteza/snap/bitwarden/current/.bitwarden-ssh-agent.sock
elif [[ $hostname == "printer" ]]; then
export SSH_AUTH_SOCK=/home/wholteza/.bitwarden-ssh-agent.sock
elif [[ $hostname == "vos" ]]; then
export SSH_AUTH_SOCK=/home/wholteza/.bitwarden-ssh-agent.sock
elif [[ $hostname == "dev1" ]]; then
export PATH="$PATH:/opt/nvim-linux-x86_64/bin"
fi

View File

@@ -93,4 +93,4 @@
"src": "https://github.com/folke/which-key.nvim"
}
}
}
}

View File

@@ -11,5 +11,7 @@ elif [[ $hostname == "surface" ]]; then
$(~/.config/screenlayout/surface.sh)
elif [[ $hostname == "bepis-laptop" ]]; then
$(~/.config/screenlayout/laptop.sh)
elif [[ $hostname == "vos"]]; then
$(~/.config/screenlayout/vos.sh)
fi

View File

@@ -14,4 +14,4 @@ input "type:pointer" {
accel_profile "flat"
pointer_accel 0
}
input "*" xkb_layout colemak-se

View File

@@ -23,7 +23,8 @@ sudo pacman -Sy --noconfirm \
jq \
bob \
gvfs-smb \
pcmanfm
pcmanfms \
wl-clipboard
bob install nightly
bob use nightly
@@ -32,7 +33,8 @@ vim --version
if [ ! -d /home/wholteza/repos/yay ]; then
cd ~
mkdir -p repos
sudo pacman -S --needed git base-devel
cd repos
sudo pacman -S --needed git base-devel
git clone https://aur.archlinux.org/yay.git
cd yay
makepkg -si