Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/claytontdm/scripts
Random scripts I've whipped up from time to time
https://github.com/claytontdm/scripts
bash bash-script batch batch-script cmd cmd-batch cmd-scripts kali-linux linux linux-mint powershell powershell-script ubuntu windows windows-10 windows-11 windows10 windows11 winget winget-cli
Last synced: 3 days ago
JSON representation
Random scripts I've whipped up from time to time
- Host: GitHub
- URL: https://github.com/claytontdm/scripts
- Owner: ClaytonTDM
- License: epl-2.0
- Created: 2023-04-01T04:17:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-24T22:31:51.000Z (12 months ago)
- Last Synced: 2024-10-17T17:16:06.297Z (21 days ago)
- Topics: bash, bash-script, batch, batch-script, cmd, cmd-batch, cmd-scripts, kali-linux, linux, linux-mint, powershell, powershell-script, ubuntu, windows, windows-10, windows-11, windows10, windows11, winget, winget-cli
- Language: Shell
- Homepage:
- Size: 66.4 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Kali Cinnamon
Very simple script to install the Cinnamon desktop environment on Kali Linux, along with the default cursors, icons, & themes.
```bash
curl https://raw.githubusercontent.com/ClaytonTDM/scripts/main/kali-cinnamon.sh | bash
```
## Ubuntu Essentials
Most of the apps me and many others use daily, now in a convenient bash script.
```bash
curl https://raw.githubusercontent.com/ClaytonTDM/scripts/main/ubuntu-essentials.sh | bash
```## Windows Essentials
Same as Ubuntu Essentials, but for Windows 10 (1809+) and Windows 11.
To execute this, copy the command, then paste it in `cmd.exe`.
```cmd
curl https://raw.githubusercontent.com/ClaytonTDM/scripts/main/windows-essentials.bat -o windows-essentials.bat
windows-essentials.bat
del windows-essentials.bat
```