diff --git a/.gitignore b/.gitignore index 33e9b94..3db0c49 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ moe* moe/* visual-studio* wget-log -iosevka* \ No newline at end of file +iosevka* +simp1e/* \ No newline at end of file diff --git a/scripts/install-plasma.sh b/scripts/install-plasma.sh index dead9e1..85bccfb 100755 --- a/scripts/install-plasma.sh +++ b/scripts/install-plasma.sh @@ -101,4 +101,16 @@ lookandfeeltool -a Moe-Dark wget "https://objects.githubusercontent.com/github-production-release-asset-2e65be/39315600/97e975fb-b154-4b05-bd0a-3c818fdb02f9?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20220424%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220424T063917Z&X-Amz-Expires=300&X-Amz-Signature=4edc659fe314a1f8b8964063152d98f2ce1e1c971619d87c08996443ce65cf68&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=39315600&response-content-disposition=attachment%3B%20filename%3Dsuper-ttc-iosevka-ss09-15.2.0.zip&response-content-type=application%2Foctet-stream" -O ./iosevka-ss09.zip bsdtar xvf ./iosevka-ss09.zip mkdir -p ~/.fonts -cp -r ./*.ttc ~/.fonts/ \ No newline at end of file +cp -r ./*.ttc ~/.fonts/ + +# Papirus Icons +wget -qO- https://git.io/papirus-icon-theme-install | DESTDIR="$HOME/.local/share/icons" sh +/usr/lib/plasma-changeicons Papirus-Dark + +# simp1e cursors +# git clone --recurse-submodules https://gitlab.com/zoli111/simp1e.git +# cd simp1e +# find . -type f -name "*.sh" -exec sed -i 's/\r//' {} \; +# chmod +x ./generate_svgs.sh +# ./generate_svgs.sh +# ./build_cursors.sh \ No newline at end of file diff --git a/simp1e b/simp1e new file mode 160000 index 0000000..a3aaf19 --- /dev/null +++ b/simp1e @@ -0,0 +1 @@ +Subproject commit a3aaf19d714020e1cda459958777961ad121a97a