How to use this script?
Just put the files on your $PATH
echo ${PATH//://\\n}
or this command:
git clone --depth=1 https://github.com/lime-desu/bin.git ~/.local/bin/
if [[ -f ~/.zshrc ]]; then
echo "export PATH=\$HOME/.local/bin:\$PATH" >>~/.zshrc
else
echo "export PATH=\$HOME/.local/bin:\$PATH" >>~/.profile
fi
gh-dl
Another fzf script that will download releases from GitHub repositories
lofi
Stream/Listen lofi music from LofiGirl or either to fccCodeRadio
mkdesk
Simple script to create desktop entries for applications. (Since GNOME doesn't have this basic feature)