From fea3afb6c5bcae7f74270543278f10c14f0072d3 Mon Sep 17 00:00:00 2001 From: fedora Date: Tue, 16 Jun 2020 00:46:52 +0200 Subject: [PATCH] refactor: moving stuff around like I do --- gvimrc => .vim/gvimrc | 0 vimrc => .vim/oldvimrc | 0 alltheconfigs.sh => bin/alltheconfigs.sh | 0 getnebulaconfigs | 17 ----------------- 4 files changed, 17 deletions(-) rename gvimrc => .vim/gvimrc (100%) rename vimrc => .vim/oldvimrc (100%) rename alltheconfigs.sh => bin/alltheconfigs.sh (100%) delete mode 100755 getnebulaconfigs diff --git a/gvimrc b/.vim/gvimrc similarity index 100% rename from gvimrc rename to .vim/gvimrc diff --git a/vimrc b/.vim/oldvimrc similarity index 100% rename from vimrc rename to .vim/oldvimrc diff --git a/alltheconfigs.sh b/bin/alltheconfigs.sh similarity index 100% rename from alltheconfigs.sh rename to bin/alltheconfigs.sh diff --git a/getnebulaconfigs b/getnebulaconfigs deleted file mode 100755 index b67b703..0000000 --- a/getnebulaconfigs +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/bash - -# simple config backup script for nebula -remote="rooot@git.dotya.ml:" -myrsync="rsync -auvP" - -$myrsync $remote:/etc/gitea/app.ini ~/utils/nebula & -$myrsync $remote:/etc/ssh/sshd_config ~/utils/nebula & -$myrsync $remote:/etc/fstab ~/utils/nebula & -$myrsync $remote:/etc/crypttab ~/utils/nebula & -$myrsync $remote:/etc/lvm/lvm.conf ~/utils/nebula & - -$myrsync $remote:/root/.zshrc ~/utils/nebula/root/zshrc -$myrsync $remote:/root/.ssh/ ~/utils/nebula/root/ssh - -$myrsync $remote:/home/vis/.ssh/ ~/utils/nebula/vis/ssh -$myrsync $remote:/home/vis/.config/ --exclude="*Bittorrent-data*" ~/utils/nebula/vis/config