feat: add keyboard shortcuts status check and update status script
This commit is contained in:
@@ -4,6 +4,8 @@ source ~/dotfiles/bin/helpers/functions.sh
|
||||
source ~/dotfiles/bin/helpers/apt_packages.sh
|
||||
source ~/dotfiles/bin/helpers/vscode-extensions.sh
|
||||
source ~/dotfiles/bin/helpers/cargo_packages.sh
|
||||
source ~/dotfiles/bin/helpers/flatpak_packages.sh
|
||||
source ~/dotfiles/bin/helpers/keyboard_shortcuts.sh
|
||||
|
||||
# Check if parameter --verbose was passed
|
||||
if [ "$2" = "--verbose" ]; then
|
||||
@@ -12,6 +14,10 @@ else
|
||||
verbose=false
|
||||
fi
|
||||
|
||||
echo -e "\n"
|
||||
|
||||
print_keyboard_shortcuts_status
|
||||
print_apt_status
|
||||
print_cargo_status
|
||||
print_flatpak_status
|
||||
print_vsc_status
|
||||
|
Reference in New Issue
Block a user