Improved project structure

This commit is contained in:
2021-03-07 17:40:20 +01:00
parent 0a6836a8e5
commit c7751c2cd2
40 changed files with 141 additions and 113 deletions

View File

@@ -0,0 +1,7 @@
#!/bin/bash
source $PWD/common/scripts/update.sh
source $PWD/common/scripts/first_install.sh
update
first_install

View File

@@ -0,0 +1,7 @@
#!/bin/bash
source $PWD/common/scripts/update.sh
source $PWD/common/scripts/install.sh
update
default_install

View 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

View 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