diff --git a/home_config/.vimrc b/home_config/.vimrc deleted file mode 100755 index fb4b67c..0000000 --- a/home_config/.vimrc +++ /dev/null @@ -1,9 +0,0 @@ - -filetype plugin indent on -" show existing tab with 4 spaces width -set tabstop=4 -" when indenting with '>', use 4 spaces width -set shiftwidth=4 -" On pressing tab, insert 4 spaces -set expandtab -set pastetoggle= #To switch between paste and nopaste modes \ No newline at end of file diff --git a/home_config/konsole_tabs_colo b/home_config/konsole_tabs_colo deleted file mode 100755 index db89b5c..0000000 --- a/home_config/konsole_tabs_colo +++ /dev/null @@ -1,3 +0,0 @@ -# Konsole tabs for colo session -title: Local;; command: /usr/bin/zsh ;; profile: Breeze -title: Colo;; command: ssh cp ;; profile: Mikado diff --git a/home_config/ssh_config b/home_config/ssh_config deleted file mode 100755 index 46f4864..0000000 --- a/home_config/ssh_config +++ /dev/null @@ -1,19 +0,0 @@ -Host cp - HostName cp.tlcnet.info - User root - Port 227 - IdentityFile ~/.ssh/tlc_server -Host pi3root - HostName pi3 - User root - IdentityFile ~/.ssh/tlc_pi3 -Host pi3 - HostName pi3 - User pi - IdentityFile ~/.ssh/tlc_pi3_pi -Host gittea - HostName gitea.tlcnet.info - RSAAuthentication yes -# User git - Port 227 - IdentityFile ~/.ssh/id_tlc_gitea