change setup script for new system
This commit is contained in:
parent
cf479cb98b
commit
8353b8d685
3 changed files with 10 additions and 9 deletions
7
setup-new-system.sh
Executable file
7
setup-new-system.sh
Executable file
|
@ -0,0 +1,7 @@
|
|||
echo "NEW SYSTEM SETUP"
|
||||
echo "add flathub"
|
||||
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
|
||||
echo "fix autologin"
|
||||
echo "install GNOME seahorse keyring to fix autologin"
|
||||
nix-shell -p gnome.seahorse
|
||||
echo "Now, open seahorse, change password of Login to blank"
|
Loading…
Add table
Add a link
Reference in a new issue