Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 673 Bytes

File metadata and controls

28 lines (18 loc) · 673 Bytes

Collection of scripts

Postinstall

This script allow me to automate some manual commands when I freshly install debian :)

Download the postinstall script and make it executable

wget -O postinstall.sh https://raw.githubusercontent.com/ahokponou/variousscripts/refs/heads/main/postinstall.sh && chmod +x postinstall.sh

Run the postinstall script as root

su - root -c "$HOME/postinstall.sh"

Install ohmyzsh

sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
sed -i 's/ZSH_THEME="robbyrussell"/ZSH_THEME="minimal"/' $HOME/.zshrc

CA Helper Scripts