Fixed install.sh and others
This commit is contained in:
@@ -38,7 +38,6 @@
|
||||
git = {
|
||||
enable = true;
|
||||
userName = "rogueking";
|
||||
userEmail = "miguel@muniz.org";
|
||||
};
|
||||
|
||||
eza = {
|
||||
|
||||
@@ -17,10 +17,12 @@ cp -r home-manager/ ~/.config/
|
||||
|
||||
home-manager switch
|
||||
|
||||
sed -i '1i export profile=~/.nix-profile' ~/.zshrc
|
||||
|
||||
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
|
||||
|
||||
#sudo echo ". ~/.nix-profile/etc/profile.d/nix.sh" | sudo tee -a ~/.bashrc
|
||||
|
||||
#sudo echo "zsh" | sudo tee -a ~/.bashrc
|
||||
|
||||
Reference in New Issue
Block a user