Remove ubuntu configs

This commit is contained in:
Jake Howard 2017-01-09 09:19:24 +00:00
parent 8e3739293a
commit 74a42a42a3
5 changed files with 4 additions and 12 deletions

View File

@ -43,6 +43,8 @@ alias make-dotfiles="cd ~/.dotfiles/ && make && cd - > /dev/null"
alias edit-dotfiles="atom ~/.dotfiles/"
alias vi="vim"
alias regen-ssh-conf="assh config build > ~/.ssh/config"
alias yolo="yaourt -Syau --noconfirm"
# colored GCC warnings and errors
export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01'

View File

@ -1 +0,0 @@
alias yolo="yaourt -Syau --noconfirm"

View File

@ -2,12 +2,6 @@ source $DOTFILES/bash/catfish.sh
source $DOTFILES/bash/javascript.sh
source $DOTFILES/bash/applications.sh
if [ -f "$(command -v lsb_release)" ]; then
source $DOTFILES/bash/ubuntu.sh # Ubuntu only stuff
elif [ -f "$(command -v pacman)" ]; then
source $DOTFILES/bash/arch.sh # Arch only stuff
fi
# Export some variables
export ANDROID_HOME=/opt/android-sdk
export EDITOR=/bin/nano

View File

@ -23,3 +23,5 @@ ctp() {
}
alias ctfs="cd ~/catfish && ./start && cd - > /dev/null"
export CATFISH_HOSTNAME_OVERRIDE=localhost

View File

@ -1,5 +0,0 @@
export JAVA_HOME=/usr/local/java/jdk1.8.0_73
export PATH=${PATH}:$JAVA_HOME/bin
alias yolo="sudo apt update && sudo apt upgrade -y"