mirror of
https://github.com/FAUSheppy/config
synced 2025-12-07 15:31:35 +01:00
Merge branch 'master' of gitlab.cs.fau.de:ik15ydit/config
This commit is contained in:
@@ -74,6 +74,7 @@ hc keybind $Mod-Shift-t spawn urxvt -e ssh faui06c.cs.fau.de -t "/proj/ciptmp/ik
|
|||||||
hc keybind $Mod-j spawn /bin/bash -c "rm $HOME/.config/herbstluftwm/irc.log && herbstclient spawn urxvt -e 'exit'"
|
hc keybind $Mod-j spawn /bin/bash -c "rm $HOME/.config/herbstluftwm/irc.log && herbstclient spawn urxvt -e 'exit'"
|
||||||
hc keybind $Mod-e spawn rofi -combi-mode window,run -show combi -modi combi
|
hc keybind $Mod-e spawn rofi -combi-mode window,run -show combi -modi combi
|
||||||
hc keybind $Mod-Shift-e spawn rofi -show run
|
hc keybind $Mod-Shift-e spawn rofi -show run
|
||||||
|
hc keybind $Mod-b spawn /home/cip/2013/ik15ydit/ciptmp/reps/WebScan/burpsuite/BurpSuiteFree
|
||||||
|
|
||||||
# basic movement
|
# basic movement
|
||||||
# focusing clients
|
# focusing clients
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
URxvt.*.background: #000000
|
URxvt.*.background: #000000
|
||||||
URxvt.*.foreground: #EEEEEE
|
URxvt.*.foreground: #EEEEEE
|
||||||
URxvt.*.scrollBar: off
|
URxvt.*.scrollBar: off
|
||||||
|
URxvt.print-pipe: true
|
||||||
|
|||||||
4
zshrc
4
zshrc
@@ -101,6 +101,7 @@ if [[ $HOST =~ atlantis* ]]; then
|
|||||||
alias x='exec startx'
|
alias x='exec startx'
|
||||||
else
|
else
|
||||||
alias telegram='/proj/ciptmp/ik15ydit/Zeug/Telegram/tg/bin/telegram-cli -k tg-server.pub'
|
alias telegram='/proj/ciptmp/ik15ydit/Zeug/Telegram/tg/bin/telegram-cli -k tg-server.pub'
|
||||||
|
alias burp=/home/cip/2013/ik15ydit/ciptmp/reps/WebScan/burpsuite/BurpSuiteFree
|
||||||
fi
|
fi
|
||||||
alias rehash="source ~/.config/zshrc"
|
alias rehash="source ~/.config/zshrc"
|
||||||
function qfind {
|
function qfind {
|
||||||
@@ -124,9 +125,7 @@ if [[ $HOST =~ atlantis* ]]; then
|
|||||||
FS_PREFIX=$CIP_MOUNTPOINT
|
FS_PREFIX=$CIP_MOUNTPOINT
|
||||||
fi
|
fi
|
||||||
alias ct="cd $FS_PREFIX$CIPTMP"
|
alias ct="cd $FS_PREFIX$CIPTMP"
|
||||||
alias mpstubs="cd $FS_PREFIX$CIPTMP/reps/mpstubs/"
|
|
||||||
alias tutoren="cd $FS_PREFIX$CIPTMP/reps/tutorenShare"
|
alias tutoren="cd $FS_PREFIX$CIPTMP/reps/tutorenShare"
|
||||||
alias idb="cd $FS_PREFIX$CIPTMP/Backup/IDB_2017/"
|
|
||||||
|
|
||||||
## MARKINGBIRD ##
|
## MARKINGBIRD ##
|
||||||
export PYTHONPATH=/local/python3-typing
|
export PYTHONPATH=/local/python3-typing
|
||||||
@@ -190,6 +189,7 @@ alias cltex="rm *.log *.aux *.fdb_latexmk *.fls"
|
|||||||
alias wordcount="find . -type f -exec cat {} + | wc -w"
|
alias wordcount="find . -type f -exec cat {} + | wc -w"
|
||||||
alias bv="urxvt -e vim $1"
|
alias bv="urxvt -e vim $1"
|
||||||
alias v="vim $1"
|
alias v="vim $1"
|
||||||
|
alias chrome_with_proxy="unset LD_PRELOAD && /usr/bin/chromium --proxy-server="127.0.0.1:8080" --user-data-dir=/proj/ciptmp/ik15ydit/SymlinksLocationsBurpChrome"
|
||||||
|
|
||||||
## LS ##
|
## LS ##
|
||||||
LS_COLORS=$LS_COLORS:'di=0;35:'; export LS_COLORS
|
LS_COLORS=$LS_COLORS:'di=0;35:'; export LS_COLORS
|
||||||
|
|||||||
Reference in New Issue
Block a user