Skip to content

Instantly share code, notes, and snippets.

@rynr
Last active February 1, 2019 07:03
Show Gist options
  • Save rynr/5463b0895a408f05d936c3b490e018b3 to your computer and use it in GitHub Desktop.
Save rynr/5463b0895a408f05d936c3b490e018b3 to your computer and use it in GitHub Desktop.
System Setup
[branch "master"]
mergeoptions = --no-ff
[color]
branch = auto
diff = auto
grep = auto
interactive = auto
showbranch = auto
status = auto
ui = auto
[core]
autocrlf = false
editor = vim
whitespace = trailing-space,space-before-tab
[commit]
gpgsign = true
[credential]
helper = cache --timeout=34500
[github]
user = rynr
[includeIf "gitdir:~/Project/comp/"]
path = .gitconfig-comp
[merge]
tool = meld
[user]
name = Rainer Jung
email = r@iner.cc
signingkey = 622949492A808694653438FFD140BEC9605AF6B5
sudo apt-get install screen vim build-essential zlib1g-dev jq nautilus-owncloud syncthing openssh-server keepassx pwgen
# asdf
git clone https://github.com/asdf-vm/asdf.git ~/.asdf
echo -e '\n. $HOME/.asdf/asdf.sh' >> ~/.bashrc
echo -e '\n. $HOME/.asdf/completions/asdf.bash' >> ~/.bashrc
source $HOME/.asdf/asdf.sh
asdf plugin-add nodejs https://github.com/asdf-vm/asdf-nodejs.git
bash ~/.asdf/plugins/nodejs/bin/import-release-team-keyring
asdf plugin-add golang https://github.com/kennyp/asdf-golang.git
asdf plugin-add erlang https://github.com/asdf-vm/asdf-erlang.git
asdf plugin-add elixir https://github.com/asdf-vm/asdf-elixir.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment