This commit is contained in:
Stephan Raabe
2024-01-11 16:03:36 +01:00
parent f807a8af03
commit 222b23bb4c
37 changed files with 303 additions and 126 deletions
@@ -1,7 +1,7 @@
#!/bin/bash
_getHeader "$name" "$author"
echo "Define the start command to start the browser."
echo "Define the start command to start the browser (Default: chromium)."
# Define File
targetFile="$HOME/dotfiles/.settings/browser.sh"
@@ -1,7 +1,7 @@
#!/bin/bash
_getHeader "$name" "$author"
echo "Define the start command to start the filemanager."
echo "Define the start command to start the filemanager (Default: thunar)."
# Define File
targetFile="$HOME/dotfiles/.settings/filemanager.sh"
@@ -2,6 +2,7 @@
_getHeader "$name" "$author"
echo "Define the start command to start the networkmanager (Must be installed on your system)."
echo "(Default: nm-connection-editor)"
echo "Possible values: alacritty -e nmtui, nm-connection-editor, etc."
# Define File
@@ -1,7 +1,7 @@
#!/bin/bash
_getHeader "$name" "$author"
echo "Define the start command to start the software manager."
echo "Define the start command to start the software manager (Default: alacritty -e pacseek)."
# Define File
targetFile="$HOME/dotfiles/.settings/software.sh"