Compare commits

..

10 Commits

Author SHA1 Message Date
koptein d41b681d45 added hpsrv 2024-07-24 00:16:45 +02:00
koptein 850bbd1d8a added powerline support in bashrc 2024-07-14 14:51:40 +02:00
koptein 96c28df07a merge ssh conf 2024-07-14 14:40:44 +02:00
koptein f932f42ff5 cleanup 2024-07-14 14:39:24 +02:00
koptein 72b02f7feb added server ssh conf 2024-07-14 00:19:56 +02:00
koptein b090058656 merge 2024-07-12 00:57:07 +02:00
koptein 291b2d277b added l590 2024-07-11 22:55:18 +00:00
koptein ba10249351 added router 2024-07-06 01:52:19 +02:00
koptein 9164eef136 added plugins 2024-07-06 01:32:55 +02:00
koptein 27e67dc07b added connrect user 2024-06-28 22:29:42 +02:00
10 changed files with 35 additions and 7 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ alias rgrep='grep -r -i --color=auto'
# some more ls aliases
alias ll='ls -l'
alias la='ls -A'
alias la='ls -alh'
alias l='ls -CF'
alias sl='ls'
alias ks='ls'
+6
View File
@@ -86,3 +86,9 @@ if ! shopt -oq posix; then
fi
fi
export PATH=$PATH:/home/zul/.local/bin
if [ -f /usr/share/powerline/bindings/bash/powerline.sh ]; then
powerline-daemon -q
POWERLINE_BASH_CONTINUATION=1
POWERLINE_BASH_SELECT=1
. /usr/share/powerline/bindings/bash/powerline.sh
fi
+1 -1
View File
@@ -16,5 +16,5 @@ done
if [ ! -e $HOME/.$link ]; then
ln -s $(pwd)/sshconfig $HOME/.ssh/config;
fi
git clone https://github.com/VundleVim/Vundle.vim.git $HOME/.vim/bundle/Vundle.vim
cat $(pwd)/pubkeys/* > $HOME/.ssh/authorized_keys
Executable → Regular
View File
+1
View File
@@ -0,0 +1 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILS2pBZv4d1HB2+lj0KE4POk1ZIa30f+14kZEdnGmJu4 zul@L590
+19
View File
@@ -79,9 +79,28 @@ Host t590
User zul
Host wow
Hostname 192.168.15.25
User root
Host azubivm
Hostname 10.10.20.63
User ckoptein
Host ilias
Hostname 185.201.146.18
User root
Host router
Hostname 192.168.15.1
User root
Host e15server
Hostname 192.168.15.21
User root
Host e15server.vpn
Hostname 10.8.0.23
User root
host l590.vpn
Hostname 10.8.0.6
User zul
host hpsrv.vpn
Hostname 10.8.0.24
User root
host hpsrv
Hostname 192.168.15.19
User root
Submodule vim/bundle/vim-airline updated: ff0f9a45a5...02894b6ef4
Submodule vim/bundle/vim-code-dark updated: 05d7843412...4624dc223b
Submodule vim/bundle/vim-fugitive updated: dac8e5c2d8...64d6cafb9d
+3 -1
View File
@@ -79,10 +79,12 @@ call vundle#begin()
Plugin 'VundleVim/Vundle.vim'
Plugin 'tomasiser/vim-code-dark'
Plugin 'tpope/vim-fugitive'
Plugin 'git://git.wincent.com/command-t.git'
Plugin 'vim-airline/vim-airline'
Plugin 'vim-airline/vim-airline-themes'
Plugin 'preservim/nerdtree'
Plugin 'fholgado/minibufexpl.vim'
Plugin 'mzlogin/vim-markdown-toc'
Plugin 'mzlogin/vim-kramdown-tab'
Plugin 'Xuyuanp/nerdtree-git-plugin'
" All of your Plugins must be added before the following line
call vundle#end() " required