mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-04-30 01:35:34 +00:00
Renamed installer and setup scripts
This commit is contained in:
parent
6f6cc537cf
commit
e77fb9a73c
@ -1,4 +1,4 @@
|
|||||||
sh ~/.config/scripts/install.sh -nr
|
sh ~/.config/scripts/setup.sh -nr
|
||||||
|
|
||||||
# Load user settings from config file.
|
# Load user settings from config file.
|
||||||
. ~/.config/settings.conf
|
. ~/.config/settings.conf
|
||||||
|
@ -7,7 +7,7 @@ A collection of config files and scripts for Fedora GNU/Linux.
|
|||||||
Run the following command to install
|
Run the following command to install
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
cd ~ && git clone git@github.com:AquaMorph/dotfiles.git && sh ~/dotfiles/scripts/install.sh
|
cd ~ && git clone git@github.com:AquaMorph/dotfiles.git && sh ~/dotfiles/scripts/setup.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
## Scripts
|
## Scripts
|
||||||
|
@ -87,7 +87,7 @@ function update {
|
|||||||
cd $dotdir && git pull
|
cd $dotdir && git pull
|
||||||
endTime=$(date +%s -r $dotdir)
|
endTime=$(date +%s -r $dotdir)
|
||||||
if (( "$startTime" < "$endTime" )); then
|
if (( "$startTime" < "$endTime" )); then
|
||||||
sh $dotdir/scripts/install.sh
|
sh $dotdir/scripts/setup.sh
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user