Compare commits

...

2 Commits

Author SHA1 Message Date
Gil Portenseigne ca5331edf0 Up CB 2024-04-13 21:52:52 +02:00
Gil Portenseigne 3e325b725a add rebase suckless 2024-04-13 21:52:52 +02:00
2 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ sudo apt autoremove
#config imagemagick
sudo sed -i '/"PDF"/s/none/read|write/' /etc/ImageMagick-6/policy.xml
sudo chsh -s /bin/bash $USER
# Installation oh my bash
[ ! -d "$HOME/.oh-my-bash/" ] && bash -c "$(curl -fsSL https://raw.githubusercontent.com/ohmybash/oh-my-bash/master/tools/install.sh)" || echo "oh-my-bash installed"