|
|
1 year ago | |
|---|---|---|
| .. | ||
| README.md | 1 year ago | |
| baseinstallation.sh | 1 year ago | |
| dockerinstall.sh | 1 year ago | |
| dualbootinstall.sh | 1 year ago | |
| lutrisinstall.sh | 1 year ago | |
| typingtutintsall.sh | 1 year ago | |
| wineisntall.sh | 1 year ago | |
My Arch Linux dotfiles. Most of them are personalized variants of the LARBS dotfiles.
alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
git clone --bare https://github.com/TiynGER/.dotfiles $HOME/.dotfiles
config checkout
config checkout 2>&1 | egrep "\s+\." | awk {'print $1'} | \
xargs -I{} mv {} .config-backup/{}
config checkout
config config --local status.showUntrackedFiles no
config pull
This is a shell-script for setting up the most important programs in my opinion after the basic setup of Arch and the set-up done by LARBS by Luke Smith.