Skip to content

d4nyphant0m/ubuntu-bash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

ubuntu-bash

Update Maschine

sudo apt-get update -y && sudo apt-get upgrade -y

Installing Git

sudo apt-get install git -y

Installing Zip

sudo apt-get install zip -y

Installing zsh

sh -c "$(wget https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh -O -)"

To use this script:

  1. Download the .sh file from GitHub.
  2. Save it as a file, for example, setup.sh.
  3. Make the script executable with the command chmod +x setup.sh.
  4. Run the script with ./setup.sh
wget -O setup.sh https://raw.githubusercontent.com/d4nyphant0m/ubuntu-bash/main/setup.sh && chmod +x setup.sh && ./setup.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages