[Verifying my OpenPGP key: openpgp4fpr:B0875F764ACFED5BA9699C0819CBD96111DFC658
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| sudo pacman -S zsh --noconfirm | |
| sudo pacman -S git --noconfirm | |
| sh -c "$(curl -fsSL https://install.ohmyz.sh/)" | |
| sudo pacman -S nano --noconfirm | |
| sed -i 's/ZSH_THEME="robushell"/ZSH_THEME="agnoster"/g' file.txt | |