Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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

```