mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 08:41:43 +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:
3
setup.sh
3
setup.sh
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user