"first" commit, preparing for LARBS 2.0

This commit is contained in:
Luke
2018-01-21 18:29:48 -07:00
parent 68bd2acdc8
commit 50adee4e79
76 changed files with 9372 additions and 2 deletions

10
.bash_profile Normal file
View File

@@ -0,0 +1,10 @@
#
# ~/.bash_profile
#
[[ -f ~/.bashrc ]] && . ~/.bashrc
export PATH=$PATH:$HOME/.config/Scripts
export EDITOR="vim"
export TERMINAL="st"
export BROWSER="qutebrowser"