This commit is contained in:
Sheppy
2017-12-03 04:36:41 +01:00
parent ffba24da2e
commit 7084027ce1
4 changed files with 7 additions and 6 deletions

1
torbrowser/settings.json Normal file
View 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
View File

@@ -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>

View File

@@ -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
View File

@@ -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';"