mirror of
https://github.com/kremalicious/dotfiles.git
synced 2024-11-21 17:27:13 +01:00
rename install script
This commit is contained in:
parent
7520fa85a8
commit
8dc4d846da
@ -11,6 +11,9 @@
|
||||
# Variables
|
||||
# ----------------------------------------------------------------------
|
||||
|
||||
# default dir
|
||||
$DOTFILES_DIR='~/Projects/dotfiles'
|
||||
|
||||
# dotfiles directory
|
||||
dir=$DOTFILES_DIR
|
||||
|
||||
@ -97,4 +100,4 @@ echo "$(tput setaf 64)" # green
|
||||
echo "============================================="
|
||||
echo " ✓ all done"
|
||||
echo "============================================="
|
||||
echo "$(tput sgr0)" # reset
|
||||
echo "$(tput sgr0)" # reset
|
Loading…
Reference in New Issue
Block a user