Skip to content

Instantly share code, notes, and snippets.

View rjarow's full-sized avatar

Rich J. rjarow

View GitHub Profile
#/bin/bash
# RTTG Post eOS Loki Install Script. v1.0
# Last Updated 25 May 2017
#
# ElementaryOS Loki Specific Stuff
#
# Remove guest access from login
### Keybase proof
I hereby claim:
* I am rjarow on github.
* I am rjarow (https://keybase.io/rjarow) on keybase.
* I have a public key whose fingerprint is FD39 669E F9DD 6096 A2B2 B73A D1D3 F37C 3818 F0DE
To claim this, I am signing this object:
@rjarow
rjarow / dotfiles.sh
Last active February 3, 2018 16:31
dotfiles
git clone --bare https://github.com/rjarow/dotfiles2.git $HOME/.cfg
function config {
/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME $@
}
mkdir -p .config-backup
config checkout
if [ $? = 0 ]; then
echo "Checked out config.";
else
echo "Backing up pre-existing dot files.";