FollieHiyuki-dotfiles/setup/scripts.sh

14 lines
523 B
Bash
Raw Normal View History

2021-02-18 10:17:03 -05:00
#!/bin/sh
curl -fL "https://github.com/sdushantha/tmpsms/raw/master/tmpsms" -o $HOME/.local/bin/tmpsms
chmod 755 $HOME/.local/bin/tmpsms
curl -fL "https://github.com/sdushantha/tmpmail/raw/master/tmpmail" -o $HOME/.local/bin/tmpmail
chmod 755 $HOME/.local/bin/tmpmail
curl -fL "https://github.com/sdushantha/farge/raw/master/farge" -o $HOME/.local/bin/farge
chmod 755 $HOME/.local/bin/farge
curl -fL "https://raw.githubusercontent.com/Bugswriter/tuxi/main/tuxi" -o $HOME/.local/bin/tuxi
chmod 755 $HOME/.local/bin/tuxi