Skip to content

ahokponou/variousscripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Scripts for automation

Resources

License

Stars

Watchers

Forks

Contributors

Languages