Skip to content

Instantly share code, notes, and snippets.

@cevheroglu
Last active November 8, 2022 02:00
Show Gist options
  • Save cevheroglu/602a69b63a56710735c0d4d995621cd5 to your computer and use it in GitHub Desktop.
Save cevheroglu/602a69b63a56710735c0d4d995621cd5 to your computer and use it in GitHub Desktop.
initialTasks
#! /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