Compare commits

...

4 Commits

Author SHA1 Message Date
86bc1b0a7d remove old gitbutter 2020-11-10 23:28:55 -07:00
d374017931 option to only add repo 2020-11-10 23:24:52 -07:00
a40728af77 install bitwarden 2020-11-10 23:23:40 -07:00
56b71c6f61 Change gradio to shortwave 2020-11-10 23:03:25 -07:00
2 changed files with 10 additions and 8 deletions

5
config
View File

@@ -1,8 +1,3 @@
Host gitbutter-server
HostName gitbutter.pw
User mollusk
IdentityFile ~/.ssh/thinkpadt420
Host jsearch.pw
HostName jsearch.pw
User mollusk

View File

@@ -37,11 +37,14 @@ addFlatpakRepo(){
}
getPackages(){
printf "\nInstalling Gradio..\n"
flatpak install flathub de.haeckerfelix.gradio
echo -e "\nInstalling Shortwave..\n"
flatpak install flathub shortwave -y
printf "\nInstalling Adapta Theme...\n"
echo -e "\nInstalling Adapta Theme...\n"
flatpak install flathub org.gtk.Gtk3theme.Adapta-Nokto-Eta
echo -e "Installing Bitwarden...\n"
flatpak install flathub bitwarden -y
}
helpFile(){
@@ -61,4 +64,8 @@ case ${1} in
addFlatpakRepo
getPackages
;;
-r)
addFlatpakRepo
;;
esac