Fix some dock stuff, erlang with wx
This commit is contained in:
parent
5195a855a6
commit
ba8ec1f524
5
bin/dotfiles-update
Executable file
5
bin/dotfiles-update
Executable file
|
@ -0,0 +1,5 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
# TODO: implement
|
||||||
|
|
||||||
|
echo "Not implemented"
|
|
@ -13,7 +13,7 @@ pacaur --needed -S \
|
||||||
htop `# Process Management and System Resources Monitoring` \
|
htop `# Process Management and System Resources Monitoring` \
|
||||||
openssh mosh `# Remote Access` \
|
openssh mosh `# Remote Access` \
|
||||||
openssl `# Crypto` \
|
openssl `# Crypto` \
|
||||||
elixir `# Elixir Language` \
|
erlang elixir `# Elixir Language` \
|
||||||
nodejs npm yarn `# JavaScript Runtime` \
|
nodejs npm yarn `# JavaScript Runtime` \
|
||||||
python python-pip `# Python 3 Language` \
|
python python-pip `# Python 3 Language` \
|
||||||
pass `# Password Management` \
|
pass `# Password Management` \
|
||||||
|
|
|
@ -1,10 +1,11 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
resrc
|
resrc
|
||||||
source "$HOME/.workdock.env"
|
source "$EDFP/workdock" --just-vars
|
||||||
"${DOTFILES_PATH}/apps/de/x/loadresources" lodpi
|
"${DOTFILES_PATH}/apps/de/x/loadresources" lodpi
|
||||||
autorandr --change
|
autorandr --change
|
||||||
"${DOTFILES_PATH}/apps/de/bspwm/bspwmrc"
|
"${DOTFILES_PATH}/apps/de/bspwm/bspwmrc"
|
||||||
"${DOTFILES_PATH}/apps/de/x/loadresources" lodpi
|
"${DOTFILES_PATH}/apps/de/x/loadresources" lodpi
|
||||||
restartbar
|
restartbar
|
||||||
"${HOME}/.fehbg"
|
"${HOME}/.fehbg"
|
||||||
|
source "$EDFP/workdock"
|
||||||
|
|
Reference in a new issue