Restructure for symlink

This change makes it easier to recursively copy these config files into
a real home directory and also gets rid of empty folders
This commit is contained in:
Ian Keane 2022-06-07 13:47:55 -04:00
parent d9d326eaa1
commit 9a6bfc1daf
111 changed files with 560 additions and 2114 deletions

21
slackware/.bashrc Normal file
View file

@ -0,0 +1,21 @@
# .bashrc
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
alias ls='ls --color=auto'
alias vlime='sbcl --load ~/.vim/plugins/vlime/lisp/start-vlime.lisp'
PS1='[\u@\h \W]\$ '
alias screenfetch='clear && screenfetch -t'
export DISPLAY=:0
export LIBGL_ALWAYS_INDIRECT=1
export FZF_DEFAULT_COMMAD="find -L"
export PATH="$PATH:/opt/mssql-tools/bin:/home/green/.local/bin"
stty -ixon # disable ctrl-s terminal freeze
# Enable GPG ssh auth
export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
gpgconf --launch gpg-agent