/ubuntu-setup

this is my ubuntu setup into the bash file

Primary LanguageShellMIT LicenseMIT

Ubuntu Setup

🎨 About

This is my Ubuntu setup, for help me to setup my GNU/Linux

🚀 How to run:

curl https://cdn.githubraw.com/andre2l2/ubuntu-setup/a0880f1a/setup.bash | sudo bash

🚀 For others intentions

# install asdf
git clone https://github.com/asdf-vm/asdf.git ~/.asdf
source ~/.asdf/asdf.sh
source ~/.asdf/completions/asdf.bash

# setup and install nvm
curl https://raw.githubusercontent.com/creationix/nvm/master/install.sh | bash
source ~/.bashrc

# setup zsh
apt-get install zsh -y
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh) && ehco "zsh" >> ~/.bashrc"