Skip to content

Commit

Permalink
Cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Vala committed Feb 14, 2017
1 parent e17a7a4 commit c41d059
Show file tree
Hide file tree
Showing 31 changed files with 36 additions and 1,629 deletions.
32 changes: 0 additions & 32 deletions astyle/.astylerc

This file was deleted.

3 changes: 0 additions & 3 deletions astyle/apply.sh

This file was deleted.

3 changes: 0 additions & 3 deletions astyle/clear.sh

This file was deleted.

25 changes: 4 additions & 21 deletions bash/.bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ export CDPATH=".:~:~/git"

# Adds $HOME/bin to PATH
export PATH="$HOME/bin:$PATH"
export LD_LIBRARY_PATH="/usr/local/lib:$LD_LIBRARY_PATH"

# Alias
alias df='df -h'
Expand All @@ -27,29 +26,13 @@ alias ls="ls -h --color"
alias l='ls'
alias la='ls -alh'
alias root='root -l'
alias eos='LD_LIBRARY_PATH= eos'
alias github-fork-sync='git fetch upstream && git merge upstream/$(git rev-parse --abbrev-ref HEAD) && git push'

# Alias SIVVP
alias mgmt1="ssh -f -L 8081:172.29.102.11:80 [email protected] -N"
alias mgmt2="ssh -f -L 8082:172.29.102.12:80 [email protected] -N"
alias sivvp_nagios="ssh -f -L 8080:172.20.102.11:80 -N lx000.saske.sk"
alias mgmt1="ssh [email protected]"

# Alias EOS
alias eos-saske="export EOS_MGM_URL=\"root://eos.saske.sk\" && export EOS_HOME=\"/eos/saske.sk/users/${USER:0:1}/$USER\""
alias eos-jinr="export EOS_MGM_URL=\"root://hydra.jinr.ru\" && export EOS_HOME=\"/eos/jinr.ru/users/${USER:0:1}/$USER\""
alias eos-mount="eos fuse mount /eos"
alias eos-umount="eos fuse umount /eos"

# Alias HYDRA
alias blade01="ssh -f -L 8081:192.168.36.231:80 [email protected] -N"

#eos-saske
#export EOS_MGM_URL="root://eos-head2-iep-grid.saske.sk"

# ALICE stuff
#if [ -f /usr/bin/aliroot-version ];then
# /usr/bin/aliroot-version latest || module add $(ls -1t $HOME/.alice/ | head -n 1)
#fi
# end ALICE stuff
alias eos-saske="export EOS_MGM_URL=\"root://alieos.saske.sk\""
alias eos-hybrilit="export EOS_MGM_URL=\"root://eos-hlit.jinr.ru\" && export EOS_HOME=\"/eos/hybrilit.jinr.ru/users/${USER:0:1}/$USER\""
alias eos-ithemba="export EOS_MGM_URL=\"root://eos1.alice.tlabs.ac.za\" && export EOS_HOME=\"/eos/alice.tlabs.ac.za/users/${USER:0:1}/$USER\""

20 changes: 0 additions & 20 deletions bash/.config/.prompt.sh

This file was deleted.

2 changes: 0 additions & 2 deletions bash/apply.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/bin/bash
cp /etc/skel/.bash* ~/
cp -f .bashrc ~/
[ -d ~/.config ] || mkdir -p ~/.config
cp .config/.prompt.sh ~/.config/
1 change: 0 additions & 1 deletion bash/clear.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/bash

rm -Rf ~/.bash*
rm -f ~/.config/.prompt.sh
8 changes: 0 additions & 8 deletions byobu/.byobu/keybindings.tmux

This file was deleted.

37 changes: 0 additions & 37 deletions byobu/.byobu/status

This file was deleted.

3 changes: 0 additions & 3 deletions byobu/apply.sh

This file was deleted.

3 changes: 0 additions & 3 deletions byobu/clear.sh

This file was deleted.

8 changes: 0 additions & 8 deletions eclipse/.local/share/applications/eclipse.desktop

This file was deleted.

3 changes: 0 additions & 3 deletions eclipse/apply.sh

This file was deleted.

4 changes: 0 additions & 4 deletions eclipse/clear.sh

This file was deleted.

3 changes: 0 additions & 3 deletions eclipse/eclipse.sh

This file was deleted.

4 changes: 0 additions & 4 deletions eclipse/external_plugins.xml

This file was deleted.

This file was deleted.

11 changes: 0 additions & 11 deletions emacs/.config/systemd/user/emacs.service

This file was deleted.

24 changes: 0 additions & 24 deletions emacs/.emacs.d/init.el

This file was deleted.

3 changes: 0 additions & 3 deletions emacs/apply.sh

This file was deleted.

4 changes: 0 additions & 4 deletions emacs/clear.sh

This file was deleted.

7 changes: 0 additions & 7 deletions guake/apply.sh

This file was deleted.

3 changes: 0 additions & 3 deletions guake/clear.sh

This file was deleted.

5 changes: 2 additions & 3 deletions init_settings.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ MY_DO_APPLY="1"
MY_SYNCS=""

if [ "$1" = "all" ];then
MY_SYNCS="common mc bash gnome"
MY_SYNCS="$MY_SYNCS astyle git root"
MY_SYNCS="common mc bash vim"
MY_SYNCS="$MY_SYNCS git root"
else
MY_SYNCS="$*"
fi
Expand Down Expand Up @@ -49,4 +49,3 @@ for MY_SYNC in $MY_SYNCS;do
fi
done


2 changes: 0 additions & 2 deletions mc/.config/mc/hotlist

This file was deleted.

Loading

0 comments on commit c41d059

Please sign in to comment.