mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-19 01:54:02 +05:30
Removed phoenix script, added and refactored some scripts
This commit is contained in:
parent
4a86714308
commit
1cbfd7ab33
6 changed files with 69 additions and 232 deletions
10
upgrade.sh
Executable file
10
upgrade.sh
Executable file
|
@ -0,0 +1,10 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Script to update system and sync
|
||||
# Does not pull changes from git
|
||||
|
||||
# Update flake
|
||||
~/.dotfiles/update.sh;
|
||||
|
||||
# Synchronize system
|
||||
~/.dotfiles/sync.sh;
|
Loading…
Add table
Add a link
Reference in a new issue