Fixed install.sh and others

This commit is contained in:
2025-01-18 02:14:27 -08:00
parent 5fdf334224
commit df9a7f6670
2 changed files with 5 additions and 4 deletions

View File

@@ -38,7 +38,6 @@
git = { git = {
enable = true; enable = true;
userName = "rogueking"; userName = "rogueking";
userEmail = "miguel@muniz.org";
}; };
eza = { eza = {

View File

@@ -17,10 +17,12 @@ cp -r home-manager/ ~/.config/
home-manager switch home-manager switch
sed -i '1i export profile=~/.nix-profile' ~/.zshrc
sudo echo "/home/$USER/.nix-profile/bin/zsh" | sudo tee -a /etc/shells sudo echo "/home/$USER/.nix-profile/bin/zsh" | sudo tee -a /etc/shells
chsh -s ~/.nix-profile/bin/zsh $USER chsh -s /home/$USER/.nix-profile/bin/zsh $USER
source ~/.zshrc source ~/.zshrc
#sudo echo ". ~/.nix-profile/etc/profile.d/nix.sh" | sudo tee -a ~/.bashrc
#sudo echo "zsh" | sudo tee -a ~/.bashrc