Noconfirm, jq and bitwarden-cli

This commit is contained in:
2026-02-23 10:29:06 +01:00
parent d9f5bb91ca
commit dc9d9f76d8
2 changed files with 8 additions and 6 deletions

View File

@@ -8,7 +8,7 @@ input "*" xkb_options caps:backspace
## Set colemak layout on surface laptop ## Set colemak layout on surface laptop
input 1118:2478:Microsoft_Surface_045E:09AE_Keyboard xkb_layout colemak-se input 1118:2478:Microsoft_Surface_045E:09AE_Keyboard xkb_layout colemak-se
## Set colemak layout on printer desktop ## Set colemak layout on printer desktop
input 9494:26:CM_Storm_Keyboard_--_QuickFire_XT xkb_layout colemak-se #input 9494:26:CM_Storm_Keyboard_--_QuickFire_XT xkb_layout colemak-se
## Remove pointer acceleration ## Remove pointer acceleration
input "type:pointer" { input "type:pointer" {
accel_profile "flat" accel_profile "flat"

View File

@@ -3,10 +3,10 @@
set -e set -e
sudo pacman -Suy archlinux-keyring sudo pacman -Suy --noconfirm archlinux-keyring
sudo pacman -Suy sudo pacman -Suy --noconfirm
sudo pacman -S \ sudo pacman -S --noconfirm \
neovim \ neovim \
fd \ fd \
tmux \ tmux \
@@ -16,7 +16,9 @@ sudo pacman -S \
alacritty \ alacritty \
rofi \ rofi \
ttf-jetbrains-mono-nerd \ ttf-jetbrains-mono-nerd \
less less \
jq \
bitwarden-cli
if [ ! -d /home/wholteza/repos/yay ]; then if [ ! -d /home/wholteza/repos/yay ]; then
cd ~ cd ~
@@ -27,7 +29,7 @@ if [ ! -d /home/wholteza/repos/yay ]; then
makepkg -si makepkg -si
fi fi
yay -S \ yay -S --noconfirm \
fnm \ fnm \
oh-my-posh oh-my-posh