mirror of
https://github.com/FAUSheppy/config
synced 2025-12-06 15:11:35 +01:00
forked away from cipconfig
This commit is contained in:
3
git/.gitconfig
Normal file
3
git/.gitconfig
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
[user]
|
||||||
|
email = yannik.schmidt@fau.de
|
||||||
|
name = Sheppy
|
||||||
@@ -13,6 +13,10 @@ xsetroot -solid '#5A8E3A'
|
|||||||
# remove all existing keybindings
|
# remove all existing keybindings
|
||||||
hc keyunbind --all
|
hc keyunbind --all
|
||||||
|
|
||||||
|
#look for additional monitors
|
||||||
|
#/usr/bin/xrandr --output DVI-I-2 --right-of DVI-I-1
|
||||||
|
/bin/sh -c "hc detect_monitors"
|
||||||
|
|
||||||
# keybindings
|
# keybindings
|
||||||
# if you have a super key you will be much happier with Mod set to Mod4
|
# if you have a super key you will be much happier with Mod set to Mod4
|
||||||
#Mod=Mod1 # Use alt as the main modifier
|
#Mod=Mod1 # Use alt as the main modifier
|
||||||
@@ -27,7 +31,7 @@ hc keybind $Mod-q close
|
|||||||
#spawn shit
|
#spawn shit
|
||||||
hc keybind $Mod-Return spawn urxvt
|
hc keybind $Mod-Return spawn urxvt
|
||||||
hc keybind $Mod-l spawn xlock
|
hc keybind $Mod-l spawn xlock
|
||||||
hc keybind $Mod-i spawn chromium
|
hc keybind $Mod-i spawn iceweasel
|
||||||
hc keybind $Mod-p spawn pavucontrol
|
hc keybind $Mod-p spawn pavucontrol
|
||||||
hc keybind $Mod-Shift-l spawn libreoffice
|
hc keybind $Mod-Shift-l spawn libreoffice
|
||||||
|
|
||||||
|
|||||||
5
zshrc
5
zshrc
@@ -54,11 +54,15 @@ alias wa="php /proj/ciptmp/av37umic/scripts/woist.php add"
|
|||||||
alias wd="php /proj/ciptmp/av37umic/scripts/woist.php del"
|
alias wd="php /proj/ciptmp/av37umic/scripts/woist.php del"
|
||||||
alias wl="php /proj/ciptmp/av37umic/scripts/woist.php list"
|
alias wl="php /proj/ciptmp/av37umic/scripts/woist.php list"
|
||||||
alias irc="ssh ircbox.cs.fau.de -t 'command; tmux a'"
|
alias irc="ssh ircbox.cs.fau.de -t 'command; tmux a'"
|
||||||
|
alias -g uni="faui06c.cs.fau.de"
|
||||||
|
|
||||||
#direct to config
|
#direct to config
|
||||||
alias hlconf="vim ~/.config/herbstluftwm/autostart"
|
alias hlconf="vim ~/.config/herbstluftwm/autostart"
|
||||||
alias zshconf="vim ~/.zshrc"
|
alias zshconf="vim ~/.zshrc"
|
||||||
|
|
||||||
|
#ambigious aliases
|
||||||
|
alias dual="xrandr --output DVI-I-2 --right-of DVI-I-1"
|
||||||
|
|
||||||
#aliases migrated from bashrc
|
#aliases migrated from bashrc
|
||||||
alias spc='gcc -std=c99 -pedantic -Wall -Werror -D_XOPEN_SOURCE=700 -o'
|
alias spc='gcc -std=c99 -pedantic -Wall -Werror -D_XOPEN_SOURCE=700 -o'
|
||||||
alias woist='ssh ircbox nc localhost 1339 | grep -B1 " in .zshrci'
|
alias woist='ssh ircbox nc localhost 1339 | grep -B1 " in .zshrci'
|
||||||
@@ -68,6 +72,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 la="ls -la"
|
alias la="ls -la"
|
||||||
alias ll="ls -ll"
|
alias ll="ls -ll"
|
||||||
|
alias cipkey="ssh-add ~/.ssh/ciplogin"
|
||||||
|
|
||||||
#pipealiases
|
#pipealiases
|
||||||
alias -g D='| dot -Tpng >'
|
alias -g D='| dot -Tpng >'
|
||||||
|
|||||||
Reference in New Issue
Block a user