fixed st builds via makefile

nvim
KeeganForelight 2 years ago
parent 793797f296
commit ec57e01cd8

@ -55,7 +55,7 @@ modules-right = pulseaudio memory cpu temperature eth dev-bat seafile calendar-s
; desktop bar config
inherit = section/base-bar
; height
height = 24pt
height = 18pt
; modules
modules-left = xworkspaces focus todo
;modules-left = xworkspaces spotify spotify-len

@ -1,3 +1,2 @@
- shell:
- [rm shells/st/config.h && cp shells/st-desktop/config.h shells/st/, Copying config]
- [cd shells/st && sudo make install && make clean, Installing st]
- [cd shells/st && sudo make install CONFIG=desktop && make clean, Installing st (desktop)]

@ -1,3 +1,2 @@
- shell:
- [rm shells/st/config.h && cp shells/st-thinkpad/config.h shells/st/, Copying config]
- [cd shells/st && sudo make install, Installing st]
- [cd shells/st && sudo make install CONFIG=thinkpad, Installing st (Thinkpad)]

@ -1,3 +1,2 @@
- shell:
- [rm shells/st/config.h && cp shells/st-work/config.h shells/st/, Copying config]
- [cd shells/st && sudo make install, Installing st]
- [cd shells/st && sudo make install CONFIG=work, Installing st (work)]

@ -6,6 +6,7 @@ zsh
oh-my-zsh
fzf
tmux.sparse
nvim
st.work
i3.work
picom

Loading…
Cancel
Save