1
0
mirror of https://github.com/pratiktri/dotfiles.git synced 2026-05-07 03:53:41 +05:30

feat(install): Use flatpack to install certail GUI apps that require

frequent updates
fix(install): Manual app installs that aren't available elsewhere
This commit is contained in:
Pratik Tripathy
2024-09-15 16:19:44 +05:30
parent fad4b8500a
commit cf28453bef
8 changed files with 186 additions and 31 deletions
-3
View File
@@ -35,8 +35,6 @@ place_dotfile_at_target_location() {
}
parse_input() {
# TODO: Accept input to execute install.sh script
while [ "${#}" -gt 0 ]; do
case $1 in
-i | --install)
@@ -104,7 +102,6 @@ main() {
)/scripts"
setup_symlinks
echo "$install_file_location"
if [ "$INSTALL" = "y" ]; then
cd "$install_file_location" || exit