https://github.com/andre2l2/ubuntu-setup
this is my ubuntu setup into the bash file
https://github.com/andre2l2/ubuntu-setup
bash bash-script bashscript setup-script
Last synced: about 1 year ago
JSON representation
this is my ubuntu setup into the bash file
- Host: GitHub
- URL: https://github.com/andre2l2/ubuntu-setup
- Owner: andre2l2
- License: mit
- Created: 2022-09-15T01:34:23.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-16T00:39:34.000Z (almost 2 years ago)
- Last Synced: 2025-01-06T05:28:41.800Z (about 1 year ago)
- Topics: bash, bash-script, bashscript, setup-script
- Language: Shell
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Ubuntu Setup
## :art: About
This is my Ubuntu setup, for help me to setup my GNU/Linux
## :rocket: How to run:
```sh
curl https://cdn.githubraw.com/andre2l2/ubuntu-setup/a0880f1a/setup.bash | sudo bash
```
## :rocket: For others intentions
```sh
# 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"
```