Compare commits

..

No commits in common. "ca5331edf0eed5836702c11aca077b2e471af147" and "aad46d0bee571ed8e8dc209b75b089bb2e6e6b52" have entirely different histories.

2 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@ 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"