https://github.com/mr-addict/setup
Personal ubuntu setup scripts
https://github.com/mr-addict/setup
script setup ubuntu
Last synced: 4 months ago
JSON representation
Personal ubuntu setup scripts
- Host: GitHub
- URL: https://github.com/mr-addict/setup
- Owner: MR-Addict
- Created: 2023-04-10T09:47:26.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-08T10:30:33.000Z (10 months ago)
- Last Synced: 2025-09-20T00:31:42.291Z (4 months ago)
- Topics: script, setup, ubuntu
- Language: TypeScript
- Homepage: https://setup.mraddict.vercel.app
- Size: 16.5 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Setup Scripts
This is a collection of **personal** scripts that I used to set up my ubuntu machine environment quickly and easily.
If you want to use them, you can **double** check the scripts by view the its content and make sure they are safe to use.
## 1. Available Scripts
- clash
- alias
- vim
- omp(oh-my-posh)
- git
- docker
- nvm
- mdbook
- pwsh(powershell)
- grub
## 2. Deploy
Build project:
```bash
npm run build
```
Start project:
```bash
npm start
```