mirror of
https://github.com/Lissy93/dotfiles.git
synced 2025-01-26 05:48:41 +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_DIR="dotbot"
|
||||||
DOTBOT_BIN="bin/dotbot"
|
DOTBOT_BIN="bin/dotbot"
|
||||||
CURRENT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
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'
|
TITLE='🧰 Lissy93/Dotfiles Setup'
|
||||||
|
|
||||||
# Color Variables
|
# Color Variables
|
||||||
|
Loading…
Reference in New Issue
Block a user