Skip to content

Commit

Permalink
feat: add discord
Browse files Browse the repository at this point in the history
  • Loading branch information
b- committed Oct 15, 2023
1 parent 3793872 commit 0405a26
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion scripts/more.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
#!/bin/sh

wget 'https://github.com/neovim/neovim/releases/download/nightly/nvim.appimage' -Lo /usr/bin/nvim.appimage
#wget 'https://download.beeper.com/linux/appImage/x64' -Lo /usr/bin/beeper.appimage
#wget 'https://download.beeper.com/linux/appImage/x64' -Lo /usr/bin/beeper.appimage
#

## install discord
curl -L 'https://discord.com/api/download?platform=linux&format=tar.gz' | tar -xvC /usr/lib
cp /usr/lib/Discord/discord.desktop /usr/share/applications/

0 comments on commit 0405a26

Please sign in to comment.