Last active
November 8, 2022 02:00
-
-
Save cevheroglu/602a69b63a56710735c0d4d995621cd5 to your computer and use it in GitHub Desktop.
initialTasks
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/bash | |
#update repos. | |
sudo apt update | |
#install ZSH | |
sudo apt install zsh -y | |
#install ohmyzsh | |
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" | |
#install neofetch | |
sudo apt install neofetch -y | |
#add neofetch to zsh login page | |
echo 'neofetch' >> ~/.zshrc | |
#install ansible |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment