Skip to content

Commit

Permalink
Drop Kitty stuff, I no longer use it
Browse files Browse the repository at this point in the history
  • Loading branch information
rtfb committed Mar 27, 2024
1 parent 7376c81 commit fe4c078
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 1,339 deletions.
5 changes: 0 additions & 5 deletions apt-get-on-clean-box.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,6 @@ then
dpkg -i /tmp/glow_1.4.1_linux_amd64.deb
fi

if [ ! -f ~/.local/kitty.app/bin/kitty ]; then
echo "kitty not found, installing..."
curl -L https://sw.kovidgoyal.net/kitty/installer.sh | sh /dev/stdin
fi

if ! [ -d ~/.dropbox-dist ] && [ "$(hostname)" == "dungeon" ]; then
echo "dropbox not found, installing..."
cd ~
Expand Down
Loading

0 comments on commit fe4c078

Please sign in to comment.