Skip to content

Latest commit

 

History

History
66 lines (55 loc) · 1.18 KB

File metadata and controls

66 lines (55 loc) · 1.18 KB

Max dotfiles

This is a collection of configs for my archlinux setup. I use a solarized theme with xmonad, oh-my-zsh and urxvt.

my xmonad archlinux desktop

Packages

pacman -S --needed - < pkglist.txt

Oh my zsh

sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

yay for AUR

git clone https://aur.archlinux.org/yay.git
cd yay
makepkg -si
cd .. && rm -rf yay

AUR packages

yay --needed -S - < yaylist.txt

German keyboard

localectl --no-convert set-x11-keymap de pc105 nodeadkeys

AWS profile changer

# GPG supported
sudo pip install git+https://github.com/naftulikay/aws-env@v1.2.0
# GPG not supported
sudo npm install -g awsp

Enable pcscd.service for smartcards

systemctl enable pcscd.service
systemctl start  pcscd.service

Default screenshot location

mkdir $HOME/screenshots
dconf write /org/gnome/gnome-screenshot/auto-save-directory "'file://$HOME/screenshots'"

Setup symbolic links

Clone dotfiles to home folder && cd dotfiles

stow xmonad
stow linux

Optional

xbindkeys
synclient TouchpadOff=1