-
Notifications
You must be signed in to change notification settings - Fork 722
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
changed charles-backup to backup all configs including gnome-shell-e…
…xtensions and omf and sublime
- Loading branch information
1 parent
2437d68
commit 2245feb
Showing
2 changed files
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
#!/bin/bash | ||
BACKUP_HOME=~/.local/share/CharlesScripts/data/home | ||
#!/usr/bin/fish | ||
set -g BACKUP_HOME $CHARLES_HOME/../data/home | ||
|
||
rm $BACKUP_HOME/.config/sublime-text-3 -rf | ||
mkdir -p $BACKUP_HOME/.config/sublime-text-3/Packages/ | ||
cp ~/.config/sublime-text-3/Packages/User/ -r $BACKUP_HOME/.config/sublime-text-3/Packages/ | ||
|
||
omf-backup | ||
gnome-shell-extensions-backup |
Binary file not shown.