diff --git a/.bashrc b/.bashrc index 188da01..f78513d 100644 --- a/.bashrc +++ b/.bashrc @@ -235,14 +235,11 @@ alias rr='curl -s -L https://raw.githubusercontent.com/keroserene/rickrollrc/mas # Unlock LBRY tips alias tips='lbrynet txo spend --type=support --is_not_my_input --blocking' -### Skel ### -# Copy/paste all content of /etc/skel over to home folder. -# A backup of config is created. BEWARE! -alias skel='[ -d ~/.config ] || mkdir ~/.config && cp -Rf ~/.config ~/.config-backup-$(date +%Y.%m.%d-%H.%M.%S) && cp -rf /etc/skel/* ~' - -### Backup Skel ### -# backup contents of /etc/skel to hidden backup folder in $HOME. -alias bupskel='cp -Rf /etc/skel ~/.skel-backup-$(date +%Y.%m.%d-%H.%M.%S)' +### DTOS ### +# Copy/paste all content of /etc/dtos over to home folder. A backup of config is created. (Be careful running this!) +alias dtoscopy='[ -d ~/.config ] || mkdir ~/.config && cp -Rf ~/.config ~/.config-backup-$(date +%Y.%m.%d-%H.%M.%S) && cp -rf /etc/dtos/* ~' +# Backup contents of /etc/dtos to a backup folder in $HOME. +alias dtosbackup='cp -Rf /etc/dtos ~/dtos-backup-$(date +%Y.%m.%d-%H.%M.%S)' ### RANDOM COLOR SCRIPT ### # Get this script from my GitLab: gitlab.com/dwt1/shell-color-scripts diff --git a/.config/fish/config.fish b/.config/fish/config.fish index f6981b3..50e864c 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -327,14 +327,11 @@ alias rr='curl -s -L https://raw.githubusercontent.com/keroserene/rickrollrc/mas # Unlock LBRY tips alias tips="lbrynet txo spend --type=support --is_not_my_input --blocking" -### Skel ### -# Copy/paste all content of /etc/skel over to home folder. -# A backup of config is created. BEWARE! -alias skel='[ -d ~/.config ] || mkdir ~/.config && cp -Rf ~/.config ~/.config-backup-(date +%Y.%m.%d-%H.%M.%S) && cp -rf /etc/skel/* ~' - -### Backup Skel ### -# backup contents of /etc/skel to hidden backup folder in $HOME. -alias bupskel='cp -Rf /etc/skel ~/.skel-backup-(date +%Y.%m.%d-%H.%M.%S)' +### DTOS ### +# Copy/paste all content of /etc/dtos over to home folder. A backup of config is created. (Be careful running this!) +alias dtoscopy='[ -d ~/.config ] || mkdir ~/.config && cp -Rf ~/.config ~/.config-backup-(date +%Y.%m.%d-%H.%M.%S) && cp -rf /etc/dtos/* ~' +# Backup contents of /etc/dtos to a backup folder in $HOME. +alias dtosbackup='cp -Rf /etc/dtos ~/dtos-backup-(date +%Y.%m.%d-%H.%M.%S)' ### RANDOM COLOR SCRIPT ### # Get this script from my GitLab: gitlab.com/dwt1/shell-color-scripts diff --git a/.zshrc b/.zshrc index b2ff4de..d4680a1 100644 --- a/.zshrc +++ b/.zshrc @@ -231,14 +231,11 @@ alias rr='curl -s -L https://raw.githubusercontent.com/keroserene/rickrollrc/mas # Unlock LBRY tips alias tips='lbrynet txo spend --type=support --is_not_my_input --blocking' -### Skel ### -# Copy/paste all content of /etc/skel over to home folder. -# A backup of config is created. BEWARE! -alias skel='[ -d ~/.config ] || mkdir ~/.config && cp -Rf ~/.config ~/.config-backup-$(date +%Y.%m.%d-%H.%M.%S) && cp -rf /etc/skel/* ~' - -### Backup Skel ### -# backup contents of /etc/skel to hidden backup folder in $HOME. -alias bupskel='cp -Rf /etc/skel ~/.skel-backup-$(date +%Y.%m.%d-%H.%M.%S)' +### DTOS ### +# Copy/paste all content of /etc/dtos over to home folder. A backup of config is created. (Be careful running this!) +alias dtoscopy='[ -d ~/.config ] || mkdir ~/.config && cp -Rf ~/.config ~/.config-backup-$(date +%Y.%m.%d-%H.%M.%S) && cp -rf /etc/dtos/* ~' +# Backup contents of /etc/dtos to a backup folder in $HOME. +alias dtosbackup='cp -Rf /etc/dtos ~/dtos-backup-$(date +%Y.%m.%d-%H.%M.%S)' ### RANDOM COLOR SCRIPT ### # Get this script from my GitLab: gitlab.com/dwt1/shell-color-scripts