Skip to content

ClaytonTDM/scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

install.sh

Installs the tools and customizations I use daily. Intended for a fresh Linux Mint install running Cinnamon, last tested on Mint 22.1 Xia

curl https://raw.githubusercontent.com/ClaytonTDM/scripts/main/install.sh -o install.sh && sudo chmod +x ./install.sh && ./install.sh && sudo rm -rf ./install.sh

Warning

I no longer use the below scripts, and they might be broken - proceed with caution

Kali Cinnamon

Very simple script to install the Cinnamon desktop environment on Kali Linux, along with the default cursors, icons, & themes.

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.

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.

curl https://raw.githubusercontent.com/ClaytonTDM/scripts/main/windows-essentials.bat -o windows-essentials.bat
windows-essentials.bat
del windows-essentials.bat