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
+5
View File
@@ -0,0 +1,5 @@
#!/bin/bash
install_pycharm() {
sudo snap install pycharm-community --classic
}
+5
View File
@@ -0,0 +1,5 @@
#!/bin/bash
install_simplenote() {
sudo snap install simplenote
}
+5
View File
@@ -0,0 +1,5 @@
#!/bin/bash
install_vscode() {
sudo snap install --classic code
}