mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-18 22:55:52 +05:30
Fixes install script for non ~/.dotfiles dirs
This commit is contained in:
parent
eea5b5e148
commit
2b7b783e55
|
@ -3,7 +3,7 @@
|
||||||
# Automated script to install my dotfiles
|
# Automated script to install my dotfiles
|
||||||
|
|
||||||
# Clone dotfiles
|
# Clone dotfiles
|
||||||
if [ -z "$1" ]
|
if [ $# -gt 0 ]
|
||||||
then
|
then
|
||||||
SCRIPT_DIR=$1
|
SCRIPT_DIR=$1
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue