File tree Expand file tree Collapse file tree 3 files changed +4
-9
lines changed
Expand file tree Collapse file tree 3 files changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -75,10 +75,6 @@ echo "%wheel ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers
7575# Try to update yay
7676sudo -u testuser yay -S --noconfirm yay
7777
78- # zsh
79- chsh -s /bin/zsh root
80- sh -c " $( curl -sL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh) "
81-
8278# Setup systemd
8379find /etc/systemd/system /lib/systemd/system -path ' *.wants/*' -not -name ' *dbus*' -not -name ' *journald*' -not -name ' *systemd-tmpfiles*' -not -name ' *systemd-user-sessions*' -exec rm -rf {} \;
8480systemctl set-default multi-user.target
Original file line number Diff line number Diff line change @@ -41,10 +41,6 @@ git config --global user.name Sushrut1101
4141git config --global user.email guptasushrut@gmail.com
4242git config --global color.ui auto
4343
44- # zsh
45- chsh -s /bin/zsh root
46- curl -sL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh | sh
47-
4844# Android build Environment
4945bash /tmp/scripts/android_build_env.sh
5046
Original file line number Diff line number Diff line change @@ -12,7 +12,10 @@ bash -c "$(curl -sL https://git.io/file-transfer)"
1212mv transfer /usr/local/bin/transfer
1313chmod +x /usr/local/bin/transfer
1414
15- # Extra zsh plugins
15+ # Setup Oh My Zsh
16+ chsh -s /bin/zsh root
17+ bash -c " $( curl -sL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh) "
18+
1619git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:- ~/ .oh-my-zsh/ custom} /plugins/zsh-autosuggestions
1720git clone https://github.com/zsh-users/zsh-syntax-highlighting ${ZSH_CUSTOM:- ~/ .oh-my-zsh/ custom} /plugins/zsh-syntax-highlighting
1821
You can’t perform that action at this time.
0 commit comments