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

46 lines
1001 B
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 00:34:47 +02:00
source $PWD/common/apps/snap/barrier.sh
2021-03-17 16:38:17 +01:00
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
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-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-03-17 16:38:17 +01:00
source $PWD/common/apps/stacer.sh
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
install_barrier
install_boxes
2021-03-17 16:38:17 +01:00
install_chrome
install_etcher
install_flameshot
install_git
install_gnome_tweaks
2021-04-10 00:34:47 +02:00
install_gpick
2021-03-17 16:38:17 +01:00
install_lsd
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-03-17 16:38:17 +01:00
install_stacer
install_timeshift
install_trash_cli
install_ulauncher