mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-04-29 17:25: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.
|
||||
. ~/.config/settings.conf
|
||||
|
@ -7,7 +7,7 @@ A collection of config files and scripts for Fedora GNU/Linux.
|
||||
Run the following command to install
|
||||
|
||||
```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
|
||||
|
@ -87,7 +87,7 @@ function update {
|
||||
cd $dotdir && git pull
|
||||
endTime=$(date +%s -r $dotdir)
|
||||
if (( "$startTime" < "$endTime" )); then
|
||||
sh $dotdir/scripts/install.sh
|
||||
sh $dotdir/scripts/setup.sh
|
||||
exit
|
||||
fi
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user