diff --git a/etc/ImageMagick-7/policy.xml b/etc/ImageMagick-7/policy.xml new file mode 100644 index 0000000..1f30588 --- /dev/null +++ b/etc/ImageMagick-7/policy.xml @@ -0,0 +1,76 @@ + + + + + +]> + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/fresh.sh b/fresh.sh index 21de9c4..e57ecda 100755 --- a/fresh.sh +++ b/fresh.sh @@ -185,6 +185,11 @@ add_xorg_conf() { cp $scriptdir/etc/X11/xorg.conf.d/* /etc/X11/xorg.conf.d/ &>> $logfile } +add_imagemagick_conf() { + echo "Adding image conf\n\n" >> $logfile + cp $scriptdir/etc/ImageMagick-7/* /etc/ImageMagick-7/ &>> $logfile +} + add_udev_rules() { echo "Adding udev rules from $scriptdir into udev folder\n\n" >> $logfile cp $scriptdir/etc/udev/rules.d/* /etc/udev/rules.d/ &>> $logfile @@ -222,6 +227,7 @@ set_system_stuff() { set_pacman_config add_pacman_hooks add_xorg_conf + add_imagemagick_conf set_git_config #link syncthing config and move certs sudo -u $uname /home/$uname/.dotfiles/syncthing/link-confs.sh &>> $logfile diff --git a/pack.csv b/pack.csv index f322e82..b7cf194 100644 --- a/pack.csv +++ b/pack.csv @@ -65,7 +65,9 @@ A,P,gvim,Vi Improved a highly configurable improved version of the vi text edito A,P,emacs,The extensible customizable self-documenting real-time display editor A,P,xournal,Notetaking and sketching application +# emacs reqs A,P,pandoc,A universal document converter +A,P,imagemagick,emacs screenshots # Mail A,P,mu,Maildir indexer/searcher and Emacs client (mu4e)