This repository has been archived on 2021-11-23. You can view files and clone it, but cannot push or open issues or pull requests.
sh_multi_install/users/edraft/scripts/desktop_installation.sh

55 lines
1.2 KiB
Bash
Raw Normal View History

2021-03-07 17:40:20 +01:00
#!/bin/bash
source $PWD/common/scripts/update.sh
2021-03-17 16:57:23 +01:00
source $PWD/common/scripts/first_install.sh
2021-03-07 17:40:20 +01:00
2021-03-17 16:38:17 +01:00
source $PWD/common/apps/snap/simplenote.sh
2021-04-10 21:32:51 +02:00
source $PWD/common/apps/barrier.sh
2021-04-10 00:34:47 +02:00
source $PWD/common/apps/boxes.sh
2021-03-17 16:38:17 +01:00
source $PWD/common/apps/chrome.sh
source $PWD/common/apps/etcher.sh
source $PWD/common/apps/flameshot.sh
2021-04-10 00:44:57 +02:00
source $PWD/common/apps/geary.sh
2021-03-17 16:38:17 +01:00
source $PWD/common/apps/git.sh
source $PWD/common/apps/gnome_tweaks.sh
2021-04-10 00:34:47 +02:00
source $PWD/common/apps/gpick.sh
2021-04-10 00:44:57 +02:00
source $PWD/common/apps/kcolorchooser.sh
source $PWD/common/apps/keepassxc.sh
2021-03-17 16:38:17 +01:00
source $PWD/common/apps/lsd.sh
2021-03-17 16:57:23 +01:00
source $PWD/common/apps/ncdu.sh
2021-03-17 16:38:17 +01:00
source $PWD/common/apps/neofetch.sh
2021-04-10 00:34:47 +02:00
source $PWD/common/apps/nextcloud.sh
2021-04-10 00:44:57 +02:00
source $PWD/common/apps/signal.sh
2021-03-17 16:38:17 +01:00
source $PWD/common/apps/stacer.sh
2021-04-10 00:44:57 +02:00
source $PWD/common/apps/sublime_text.sh
2021-03-17 16:38:17 +01:00
source $PWD/common/apps/timeshift.sh
source $PWD/common/apps/trash-cli.sh
source $PWD/common/apps/ulauncher.sh
2021-03-07 17:40:20 +01:00
update
default_install
2021-03-17 16:38:17 +01:00
install_simplenote
2021-04-10 00:34:47 +02:00
2021-04-10 21:32:51 +02:00
install_barrier
2021-04-10 00:34:47 +02:00
install_boxes
2021-03-17 16:38:17 +01:00
install_chrome
install_etcher
install_flameshot
2021-04-10 00:44:57 +02:00
install_geary
2021-03-17 16:38:17 +01:00
install_git
install_gnome_tweaks
2021-04-10 00:34:47 +02:00
install_gpick
2021-04-10 00:44:57 +02:00
install_kcolorchooser
install_keepassxc
2021-03-17 16:57:23 +01:00
install_ncdu
2021-03-17 16:38:17 +01:00
install_neofetch
2021-04-10 00:34:47 +02:00
install_nextcloud
2021-04-10 00:44:57 +02:00
install_signal
2021-03-17 16:38:17 +01:00
install_stacer
2021-04-10 00:44:57 +02:00
install_sublime_text
2021-03-17 16:38:17 +01:00
install_timeshift
install_trash_cli
install_ulauncher