mirror of
https://github.com/FAUSheppy/config
synced 2025-12-06 07:01:36 +01:00
zs
This commit is contained in:
1
torbrowser/settings.json
Normal file
1
torbrowser/settings.json
Normal file
@@ -0,0 +1 @@
|
|||||||
|
{"force_en-US": false, "modem_sound": false, "tor_socks_address": "tcp:127.0.0.1:9050", "installed": false, "download_over_tor": false, "mirror": "https://www.torproject.org/dist/", "tbl_version": "0.2.8"}
|
||||||
5
vim/rc
5
vim/rc
@@ -30,11 +30,6 @@ set lazyredraw
|
|||||||
"move by visual line
|
"move by visual line
|
||||||
"gg will go to start of file, GG to end of file and M will actually jump to mid of screen
|
"gg will go to start of file, GG to end of file and M will actually jump to mid of screen
|
||||||
|
|
||||||
"modifier keys
|
|
||||||
let mapleader=","
|
|
||||||
nnoremap l $
|
|
||||||
"l is no the selector for line
|
|
||||||
|
|
||||||
"general use
|
"general use
|
||||||
inoremap jk <esc>
|
inoremap jk <esc>
|
||||||
nnoremap <F8> :nohlsearch<CR>
|
nnoremap <F8> :nohlsearch<CR>
|
||||||
|
|||||||
@@ -5,6 +5,8 @@ URxvt.print-pipe: true
|
|||||||
|
|
||||||
URxvt.perl-ext-common: selection-to-clipboard
|
URxvt.perl-ext-common: selection-to-clipboard
|
||||||
|
|
||||||
|
URxvt.iso14755 :false
|
||||||
|
|
||||||
!experimental
|
!experimental
|
||||||
!URxvt*externalBorder: 3
|
!URxvt*externalBorder: 3
|
||||||
!URxvt*borderLess: false
|
!URxvt*borderLess: false
|
||||||
|
|||||||
5
zshrc
5
zshrc
@@ -241,7 +241,7 @@ fi
|
|||||||
## CONNECT UNI ##
|
## CONNECT UNI ##
|
||||||
alias -g uni="ik15ydit@faui06c.cs.fau.de"
|
alias -g uni="ik15ydit@faui06c.cs.fau.de"
|
||||||
alias cipkey="ssh-add ~/.ssh/ciplogin"
|
alias cipkey="ssh-add ~/.ssh/ciplogin"
|
||||||
alias cipra="xpra start ssh:ik15ydit@faui00n.cs.fau.de:100 --start-child urxvt"
|
alias cipra="xpra start ssh:ik15ydit@faui0sr0.cs.fau.de:100 --start-child urxvt"
|
||||||
alias mountcip="sshfs ik15ydit@faui00n.cs.fau.de:/ -o reconnect,idmap=user $CIP_MOUNTPOINT"
|
alias mountcip="sshfs ik15ydit@faui00n.cs.fau.de:/ -o reconnect,idmap=user $CIP_MOUNTPOINT"
|
||||||
alias umountcip="fusermount -u $CIP_MOUNTPOINT"
|
alias umountcip="fusermount -u $CIP_MOUNTPOINT"
|
||||||
|
|
||||||
@@ -310,3 +310,6 @@ genocide(){
|
|||||||
export genocide
|
export genocide
|
||||||
|
|
||||||
alias insurgency_status="ssh insurgency@atlantishq.de -t /usr/local/bin/insurgency_rcon status"
|
alias insurgency_status="ssh insurgency@atlantishq.de -t /usr/local/bin/insurgency_rcon status"
|
||||||
|
alias clear_swap="echo 'This can take serveral minutes if swap was full' &&sudo swapoff -a && sudo swapon -a"
|
||||||
|
alias mark_green="printf '\033]708;green\007';"
|
||||||
|
alias mark_blue="printf '\033]708;blue\007';"
|
||||||
|
|||||||
Reference in New Issue
Block a user