mirror of
https://github.com/Lissy93/dotfiles.git
synced 2025-01-24 12:58:35 +01:00
Updates install script to be MacOS compatible
This commit is contained in:
parent
750ac49a46
commit
ed2152e652
@ -12,7 +12,7 @@ CONFIG=".install.conf.yaml"
|
||||
DOTBOT_DIR="dotbot"
|
||||
DOTBOT_BIN="bin/dotbot"
|
||||
CURRENT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
DOTFILES_DIR="/home/$USER/Documents/config/dotfiles"
|
||||
DOTFILES_DIR="${DOTFILES_DIR:-$HOME/Documents/config/dotfiles}"
|
||||
TITLE='🧰 Lissy93/Dotfiles Setup'
|
||||
|
||||
# Color Variables
|
||||
|
Loading…
Reference in New Issue
Block a user