chore: Update to use bash instead of zsh

This commit is contained in:
2024-10-21 15:27:07 +02:00
parent 80edbfc48c
commit f3ee35f577
29 changed files with 132 additions and 167 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env zsh
#!/usr/bin/env bash
source $HOME/dotfiles/bin/helpers/functions.sh

View File

@ -1,4 +1,4 @@
#!/usr/bin/env zsh
#!/usr/bin/env bash
source $HOME/dotfiles/bin/helpers/functions.sh

View File

@ -1,4 +1,4 @@
#!/usr/bin/env zsh
#!/usr/bin/env bash
ensure_docker_installed() {
# if docker is already installed, skip the installation

View File

@ -1,4 +1,4 @@
#!/usr/bin/env zsh
#!/usr/bin/env bash
source $HOME/dotfiles/bin/helpers/functions.sh

View File

@ -1,4 +1,4 @@
#!/usr/bin/env zsh
#!/usr/bin/env bash
source $HOME/dotfiles/bin/helpers/functions.sh

View File

@ -1,4 +1,4 @@
#!/usr/bin/env zsh
#!/usr/bin/env bash
#Color print function, usage: println "message" "color"
println() {

View File

@ -1,4 +1,4 @@
#!/usr/bin/env zsh
#!/usr/bin/env bash
source $HOME/dotfiles/bin/helpers/functions.sh

View File

@ -1,4 +1,4 @@
#!/usr/bin/env zsh
#!/usr/bin/env bash
source $HOME/dotfiles/bin/helpers/functions.sh

View File

@ -1,4 +1,4 @@
#!/usr/bin/env zsh
#!/usr/bin/env bash
source $HOME/dotfiles/bin/helpers/functions.sh
@ -48,7 +48,7 @@ ensure_keyboard_shortcuts() {
# Start swhkd
printfe "%s\n" "green" " - starting swhkd..."
printfe "%s\n" "yellow" " Note: this will likely show a password prompt, please enter your password"
screen -dmS swhkd zsh -c "$HOME/dotfiles/bin/actions/hotkey-daemon.sh"
screen -dmS swhkd bash -c "$HOME/dotfiles/bin/actions/hotkey-daemon.sh"
# Check if this is gnome DESKTOP_SESSION is gnome, if not we can stop here
# The next part is just for setting up custom shortcuts in GNOME

View File

@ -1,4 +1,4 @@
#!/usr/bin/env zsh
#!/usr/bin/env bash
source $HOME/dotfiles/bin/helpers/functions.sh

View File

@ -1,4 +1,4 @@
#!/usr/bin/env zsh
#!/usr/bin/env bash
source $HOME/dotfiles/bin/helpers/functions.sh

View File

@ -1,4 +1,4 @@
#!/usr/bin/env zsh
#!/usr/bin/env bash
source $HOME/dotfiles/bin/helpers/functions.sh

View File

@ -1,4 +1,4 @@
#!/usr/bin/env zsh
#!/usr/bin/env bash
ensure_tailscale_installed() {
# if tailscale is already installed, skip the installation

View File

@ -1,4 +1,4 @@
#!/usr/bin/env zsh
#!/usr/bin/env bash
source $HOME/dotfiles/bin/helpers/functions.sh

View File

@ -1,4 +1,4 @@
#!/usr/bin/env zsh
#!/usr/bin/env bash
source $HOME/dotfiles/bin/helpers/functions.sh