forked from sh-edraft.de/sh_linux_installation_scripts
Improved project structure
This commit is contained in:
7
users/edraft/scripts/default_installation.sh
Normal file
7
users/edraft/scripts/default_installation.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
source $PWD/common/scripts/update.sh
|
||||
source $PWD/common/scripts/first_install.sh
|
||||
|
||||
update
|
||||
first_install
|
7
users/edraft/scripts/desktop_installation.sh
Normal file
7
users/edraft/scripts/desktop_installation.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
source $PWD/common/scripts/update.sh
|
||||
source $PWD/common/scripts/install.sh
|
||||
|
||||
update
|
||||
default_install
|
10
users/edraft/scripts/software_dev_installation.sh
Normal file
10
users/edraft/scripts/software_dev_installation.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
source $PWD/common/scripts/update.sh
|
||||
|
||||
source $PWD/common/apps/snap/pycharm.sh
|
||||
source $PWD/common/apps/snap/vscode.sh
|
||||
|
||||
update
|
||||
install_pycharm
|
||||
install_vscode
|
18
users/edraft/scripts/theme_installation.sh
Normal file
18
users/edraft/scripts/theme_installation.sh
Normal file
@@ -0,0 +1,18 @@
|
||||
#!/bin/bash
|
||||
|
||||
source $PWD/common/scripts/update.sh
|
||||
|
||||
source $PWD/common/themes/orchis.sh
|
||||
source $PWD/common/themes/tela_circle_icons.sh
|
||||
source $PWD/common/themes/vimix_cursors.sh
|
||||
source $PWD/common/themes/grub_theme.sh
|
||||
source $PWD/common/themes/chrome-icon-fix.sh
|
||||
|
||||
update
|
||||
|
||||
install_orchis orange
|
||||
install_tela_circle_icons
|
||||
install_vimix_cursors
|
||||
install_grub_theme vimix 1080p
|
||||
|
||||
fix_chrome_icons
|
Reference in New Issue
Block a user