mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
fix jumpstart and break polybar
This commit is contained in:
parent
21cae23ced
commit
c32776d4c8
@ -1,7 +1,5 @@
|
|||||||
{{- $i3:= include ".gen/i3.json" | mustFromJson -}}
|
|
||||||
|
|
||||||
[bar/fullbar]
|
[bar/fullbar]
|
||||||
monitor = {{ $i3.disp_sec }}
|
monitor = HDMI-0
|
||||||
include-file = ~/.config/polybar/common
|
include-file = ~/.config/polybar/common
|
||||||
|
|
||||||
background = #bb282a36
|
background = #bb282a36
|
||||||
|
@ -14,10 +14,11 @@ pip install pexpect
|
|||||||
cargo install rbw
|
cargo install rbw
|
||||||
|
|
||||||
# Add things to path for this script
|
# Add things to path for this script
|
||||||
|
mkdir -p $HOME/.local/bin
|
||||||
export PATH="$PATH:/usr/local/bin"
|
export PATH="$PATH:/usr/local/bin"
|
||||||
export PATH="$PATH:$HOME/.cargo/bin"
|
export PATH="$PATH:$HOME/.cargo/bin"
|
||||||
export PATH="$PATH:$CHEZDIR/temp_bin"
|
export PATH="$PATH:$CHEZDIR/temp_bin"
|
||||||
mkdir -p $HOME/.local/bin
|
export PATH="$PATH:$HOME/.local/bin"
|
||||||
|
|
||||||
# Install ansible extensions
|
# Install ansible extensions
|
||||||
ansible-galaxy install -r "$CHEZDIR/provision/debian/ansible/requirements.yml"
|
ansible-galaxy install -r "$CHEZDIR/provision/debian/ansible/requirements.yml"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user