fixed oh-my-zsh with proper custom directory and modified install script to allow for profile linking to clean up the arch base:
parent
7c18316e4f
commit
a721f2b1ec
Binary file not shown.
@ -0,0 +1,8 @@
|
|||||||
|
- clean:
|
||||||
|
~/:
|
||||||
|
~/.config:
|
||||||
|
recursive: true
|
||||||
|
~/.local/share:
|
||||||
|
recursive: true
|
||||||
|
~/.local/bin:
|
||||||
|
|
@ -1,10 +1,6 @@
|
|||||||
- shell:
|
- shell:
|
||||||
- [cd src/i3lock-blur && make install, Building i3lock]
|
- [cd src/i3lock-blur && make install, Building i3lock]
|
||||||
|
|
||||||
- clean:
|
|
||||||
~/.config/i3:
|
|
||||||
~/.local/share/wallpapers:
|
|
||||||
|
|
||||||
- link:
|
- link:
|
||||||
~/.config/i3/config: gui/i3/desktop.conf
|
~/.config/i3/config: gui/i3/desktop.conf
|
||||||
~/.local/bin/wallpaper.sh: bin/wallpaper.sh
|
~/.local/bin/wallpaper.sh: bin/wallpaper.sh
|
||||||
|
@ -0,0 +1,15 @@
|
|||||||
|
arch.base
|
||||||
|
arch.i3
|
||||||
|
arch.picom
|
||||||
|
arch.polybar
|
||||||
|
nvim
|
||||||
|
zsh
|
||||||
|
oh-my-zsh
|
||||||
|
fzf
|
||||||
|
tmux.sparse
|
||||||
|
tmuxp
|
||||||
|
polybar
|
||||||
|
picom
|
||||||
|
rofi
|
||||||
|
lf
|
||||||
|
scripts
|
@ -0,0 +1,9 @@
|
|||||||
|
# include base arch profile
|
||||||
|
profile/arch
|
||||||
|
|
||||||
|
# desktop specific
|
||||||
|
st.desktop
|
||||||
|
i3.desktop
|
||||||
|
calcurse
|
||||||
|
seafile
|
||||||
|
passwords
|
@ -0,0 +1,6 @@
|
|||||||
|
profile/arch
|
||||||
|
st.thinkpad
|
||||||
|
i3.thinkpad
|
||||||
|
calcurse
|
||||||
|
seafile
|
||||||
|
passwords
|
@ -0,0 +1,4 @@
|
|||||||
|
profile/arch
|
||||||
|
st.work
|
||||||
|
i3.work
|
||||||
|
timetracker
|
Loading…
Reference in New Issue