mirror of
https://github.com/FAUSheppy/config
synced 2025-12-06 23:21:34 +01:00
various small changes on laptop
This commit is contained in:
@@ -43,7 +43,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-Shift-Return spawn xterm /bin/bash
|
hc keybind $Mod-Shift-Return spawn xterm /bin/bash
|
||||||
hc keybind $Mod-i spawn chromium
|
hc keybind $Mod-i spawn iceweasel
|
||||||
if [[ $HOST =~ atlantis* ]]; then
|
if [[ $HOST =~ atlantis* ]]; then
|
||||||
hc keybind $Mod-l spawn i3lock -i ~/.config/i3lock/bg.png -t
|
hc keybind $Mod-l spawn i3lock -i ~/.config/i3lock/bg.png -t
|
||||||
else
|
else
|
||||||
|
|||||||
@@ -21,6 +21,7 @@ feh #simple pictureviewer
|
|||||||
findutils #find things
|
findutils #find things
|
||||||
gcc-4.9-base #C-Compiler
|
gcc-4.9-base #C-Compiler
|
||||||
gcc-arm-none-eabi #cross compiler used for gene (bcarbeit)
|
gcc-arm-none-eabi #cross compiler used for gene (bcarbeit)
|
||||||
|
g++ #C++ compiler
|
||||||
gcp #copy with statusbar
|
gcp #copy with statusbar
|
||||||
gedit #graphical texteditor
|
gedit #graphical texteditor
|
||||||
geparted #partitionmanagement
|
geparted #partitionmanagement
|
||||||
@@ -60,6 +61,7 @@ rxvt-unicode-256color #terminal-emulator
|
|||||||
sed #regex stream manipulation (used for hl-panel)
|
sed #regex stream manipulation (used for hl-panel)
|
||||||
sleuthkit #forensik utilities
|
sleuthkit #forensik utilities
|
||||||
sshfs #mount harddrives over ssh
|
sshfs #mount harddrives over ssh
|
||||||
|
strace #track behaviour or processes
|
||||||
sudo #execute as root
|
sudo #execute as root
|
||||||
tar #compressing/unpacking
|
tar #compressing/unpacking
|
||||||
tesseract-ocr #optical character/text recognition
|
tesseract-ocr #optical character/text recognition
|
||||||
@@ -73,6 +75,8 @@ vim-nox #good consol texeditor with script support
|
|||||||
wget #download urls
|
wget #download urls
|
||||||
whois #lookup ips etc of DNS adresses
|
whois #lookup ips etc of DNS adresses
|
||||||
wicd-curses #good simple networkmanager
|
wicd-curses #good simple networkmanager
|
||||||
|
wine #windows emuator
|
||||||
|
winetricks #windows emulator utilities
|
||||||
xorg #needed for nearly all windowmangers
|
xorg #needed for nearly all windowmangers
|
||||||
xpra #open graphical window on remote pc
|
xpra #open graphical window on remote pc
|
||||||
zsh #much better shell than bash
|
zsh #much better shell than bash
|
||||||
|
|||||||
4
zshrc
4
zshrc
@@ -75,7 +75,7 @@ alias psearch="apt-cache search"
|
|||||||
|
|
||||||
## GENERAL SHORTCUTS ##
|
## GENERAL SHORTCUTS ##
|
||||||
if [[ $HOST =~ atlantis* ]]; then
|
if [[ $HOST =~ atlantis* ]]; then
|
||||||
alias gedit="gedit 2&>/dev/null &"
|
#alias gedit="gedit 2&>/dev/null &"
|
||||||
alias kpaint="kolourpaint 2&>/dev/null &"
|
alias kpaint="kolourpaint 2&>/dev/null &"
|
||||||
alias telegram='ssh uni -t "/proj/ciptmp/ik15ydit/Zeug/Telegram/tg/bin/telegram-cli -k tg-server.pub"'
|
alias telegram='ssh uni -t "/proj/ciptmp/ik15ydit/Zeug/Telegram/tg/bin/telegram-cli -k tg-server.pub"'
|
||||||
alias x='startx'
|
alias x='startx'
|
||||||
@@ -83,6 +83,7 @@ else
|
|||||||
alias pcolor='for i in {0..255} ; do printf "\x1b[38;5;${i}mcolour${i} "; if [[ $(((($i+3)/6)*6)) -eq $(($i+3)) ]]; then echo; fi; done'
|
alias pcolor='for i in {0..255} ; do printf "\x1b[38;5;${i}mcolour${i} "; if [[ $(((($i+3)/6)*6)) -eq $(($i+3)) ]]; then echo; fi; done'
|
||||||
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'
|
||||||
fi
|
fi
|
||||||
|
alias "ipconf"="ip addr show"
|
||||||
|
|
||||||
## CONVERTING (cip has better defaults) ##
|
## CONVERTING (cip has better defaults) ##
|
||||||
if [[ $HOST =~ atlantis* ]]; then
|
if [[ $HOST =~ atlantis* ]]; then
|
||||||
@@ -173,3 +174,4 @@ fi
|
|||||||
if [[ $HOST =~ faui* ]]; then
|
if [[ $HOST =~ faui* ]]; then
|
||||||
mesg n
|
mesg n
|
||||||
fi
|
fi
|
||||||
|
alias mpc-curses='ncmpc --host 10.100.4.22'
|
||||||
|
|||||||
Reference in New Issue
Block a user