cleaned up home folder by moving zsh folder around
parent
d9b8c3f1cc
commit
7b4dd169cb
@ -1,4 +1,5 @@
|
||||
# dotfiles
|
||||
|
||||
### TODO
|
||||
- Add main polybar file and create bar as needed from modules
|
||||
|
||||
- port scripts to use rofi or equiv
|
||||
|
@ -1,2 +1,2 @@
|
||||
- link:
|
||||
~/.tmux.conf: terminals/tmux/tmux.sparse.conf
|
||||
~/.config/tmux/tmux.conf: terminals/tmux/tmux.sparse.conf
|
||||
|
@ -0,0 +1,2 @@
|
||||
- shell:
|
||||
- [echo 'export ZDOTDIR="$HOME/.config/zsh"' > /etc/zsh/zshenv, "creating zshenv"]
|
File diff suppressed because it is too large
Load Diff
@ -0,0 +1 @@
|
||||
export ZDOTDIR="$HOME/.config/zsh"
|
Loading…
Reference in New Issue