Automatic updates
By default, this should prompt to update once every 14 days. If user answers anything other than y/Y, wait until next cycle If user answers y/Y, pull down the current branch's dotfiles (ensure that your machine is on the correct branch if you have multiple)
This commit is contained in:
@@ -20,7 +20,7 @@ extract () { # Extracts most common compressed files
|
||||
fi
|
||||
}
|
||||
# Takes 1st argument and makes a .tar.gz archive
|
||||
maketar() { tar cvzf "${1%%/}.tar.gz" "${1%%/}/"; }
|
||||
maketgz() { tar cvzf "${1%%/}.tar.gz" "${1%%/}/"; }
|
||||
# Takes 1st argument and makes a .zip archive
|
||||
makezip() { zip -r "${1%%/}.zip" "$1" ; }
|
||||
# Generate password - 1st argument is the number of characters, defaults to 20
|
||||
|
Reference in New Issue
Block a user