add rebase suckless

main
Gil Portenseigne 2024-04-03 21:04:50 +02:00
parent aad46d0bee
commit 3e325b725a
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ sudo apt autoremove
#config imagemagick #config imagemagick
sudo sed -i '/"PDF"/s/none/read|write/' /etc/ImageMagick-6/policy.xml sudo sed -i '/"PDF"/s/none/read|write/' /etc/ImageMagick-6/policy.xml
sudo chsh -s /bin/bash $USER
# Installation oh my bash # 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" [ ! -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"