Skip to content

Commit 27fe578

Browse files
committed
copy entire tmux-powerline dir in dotfiles into ~/.config..
..instead of doing every individual file
1 parent 72e945a commit 27fe578

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

install.conf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
~/.gitconfig: gitconfig
1010
~/.iterm2-config: iterm2-config
1111
~/.tmux.conf: tmux/tmux.conf
12-
~/.config/tmux-powerline/config.sh: tmux/tmux-powerline/config.sh
12+
~/.config/tmux-powerline: tmux/tmux-powerline
1313
~/.zprofile: zsh/zprofile
1414
~/.zshrc: zsh/zshrc
1515

tmux/tmux-powerline/config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ fi
3131
export TMUX_POWERLINE_THEME="izzy-default"
3232
# TODO shouldn't assume that dotfiles/ dir lives in ~/code/
3333
# Overlay directory to look for themes. There you can put your own themes outside the repo. Fallback will still be the "themes" directory in the repo.
34-
export TMUX_POWERLINE_DIR_USER_THEMES="~/code/dotfiles/tmux/tmux-powerline/themes"
34+
export TMUX_POWERLINE_DIR_USER_THEMES="${XDG_CONFIG_HOME:-$HOME/.config}/tmux-powerline/themes"
3535
# Overlay directory to look for segments. There you can put your own segments outside the repo. Fallback will still be the "segments" directory in the repo.
3636
export TMUX_POWERLINE_DIR_USER_SEGMENTS="${XDG_CONFIG_HOME:-$HOME/.config}/tmux-powerline/segments"
3737

0 commit comments

Comments
 (0)