Noconfirm, jq and bitwarden-cli
This commit is contained in:
@@ -8,7 +8,7 @@ input "*" xkb_options caps:backspace
|
||||
## Set colemak layout on surface laptop
|
||||
input 1118:2478:Microsoft_Surface_045E:09AE_Keyboard xkb_layout colemak-se
|
||||
## 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
|
||||
input "type:pointer" {
|
||||
accel_profile "flat"
|
||||
|
||||
@@ -3,10 +3,10 @@
|
||||
|
||||
set -e
|
||||
|
||||
sudo pacman -Suy archlinux-keyring
|
||||
sudo pacman -Suy
|
||||
sudo pacman -Suy --noconfirm archlinux-keyring
|
||||
sudo pacman -Suy --noconfirm
|
||||
|
||||
sudo pacman -S \
|
||||
sudo pacman -S --noconfirm \
|
||||
neovim \
|
||||
fd \
|
||||
tmux \
|
||||
@@ -16,7 +16,9 @@ sudo pacman -S \
|
||||
alacritty \
|
||||
rofi \
|
||||
ttf-jetbrains-mono-nerd \
|
||||
less
|
||||
less \
|
||||
jq \
|
||||
bitwarden-cli
|
||||
|
||||
if [ ! -d /home/wholteza/repos/yay ]; then
|
||||
cd ~
|
||||
@@ -27,7 +29,7 @@ if [ ! -d /home/wholteza/repos/yay ]; then
|
||||
makepkg -si
|
||||
fi
|
||||
|
||||
yay -S \
|
||||
yay -S --noconfirm \
|
||||
fnm \
|
||||
oh-my-posh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user