Skip to content

Mexx77/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

119 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

My Arch Linux config files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors