diff --git a/bin/dotfiles-update b/bin/dotfiles-update new file mode 100755 index 0000000..ea41dbe --- /dev/null +++ b/bin/dotfiles-update @@ -0,0 +1,5 @@ +#!/usr/bin/env bash + +# TODO: implement + +echo "Not implemented" diff --git a/bin/lib/arch-linux/provisioning/2-essentials.bash b/bin/lib/arch-linux/provisioning/2-essentials.bash index b1d2532..cc027bc 100755 --- a/bin/lib/arch-linux/provisioning/2-essentials.bash +++ b/bin/lib/arch-linux/provisioning/2-essentials.bash @@ -13,7 +13,7 @@ pacaur --needed -S \ htop `# Process Management and System Resources Monitoring` \ openssh mosh `# Remote Access` \ openssl `# Crypto` \ - elixir `# Elixir Language` \ + erlang elixir `# Elixir Language` \ nodejs npm yarn `# JavaScript Runtime` \ python python-pip `# Python 3 Language` \ pass `# Password Management` \ diff --git a/bin/workdock b/bin/workdock index d91677b..1a5beb4 100755 --- a/bin/workdock +++ b/bin/workdock @@ -1,10 +1,11 @@ #!/usr/bin/env bash resrc -source "$HOME/.workdock.env" +source "$EDFP/workdock" --just-vars "${DOTFILES_PATH}/apps/de/x/loadresources" lodpi autorandr --change "${DOTFILES_PATH}/apps/de/bspwm/bspwmrc" "${DOTFILES_PATH}/apps/de/x/loadresources" lodpi restartbar "${HOME}/.fehbg" +source "$EDFP/workdock" diff --git a/setup b/setup index 06b2c48..5ff2e5f 100755 --- a/setup +++ b/setup @@ -133,6 +133,7 @@ touches=( "$edfp/bspwm" "$edfp/polybar" "$edfp/app-launcher" + "$edfp/workdock" ) for t in "${touches[@]}"; do