mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-18 22:55:52 +05:30
Another test via git
This commit is contained in:
parent
3315322eac
commit
83a12f6486
20
install.sh
20
install.sh
|
@ -2,12 +2,14 @@
|
|||
|
||||
# Automated script to install my dotfiles
|
||||
|
||||
nix-shell -p git --command "git clone https://gitlab.com/librephoenix/nixos-config ~/.dotfiles"
|
||||
sudo nixos-generate-config --show-hardware-config > ~/.dotfiles/system/hardware-configuration.nix
|
||||
if [ -z "$EDITOR" ]; then
|
||||
EDITOR=nano;
|
||||
fi
|
||||
$EDITOR ~/.dotfiles/flake.nix;
|
||||
sudo nixos-rebuild switch --flake ~/.dotfiles#system;
|
||||
nix run home-manager/master -- switch --flake ~/.dotfiles#user;
|
||||
sudo ~/.dotfiles/harden.sh;
|
||||
echo "echo works"
|
||||
|
||||
# nix-shell -p git --command "git clone https://gitlab.com/librephoenix/nixos-config ~/.dotfiles"
|
||||
# sudo nixos-generate-config --show-hardware-config > ~/.dotfiles/system/hardware-configuration.nix
|
||||
# if [ -z "$EDITOR" ]; then
|
||||
# EDITOR=nano;
|
||||
# fi
|
||||
# $EDITOR ~/.dotfiles/flake.nix;
|
||||
# sudo nixos-rebuild switch --flake ~/.dotfiles#system;
|
||||
# nix run home-manager/master -- switch --flake ~/.dotfiles#user;
|
||||
# sudo ~/.dotfiles/harden.sh;
|
||||
|
|
Loading…
Reference in a new issue