mirror of
https://github.com/Lissy93/dotfiles.git
synced 2024-11-25 08:43:26 +01:00
Updates Tmux TPN path in .install.conf
This commit is contained in:
parent
ac0b6005b5
commit
5f6cb1ae10
@ -6,6 +6,8 @@
|
|||||||
- clean: ['~', '${XDG_CONFIG_HOME}']
|
- clean: ['~', '${XDG_CONFIG_HOME}']
|
||||||
|
|
||||||
- shell:
|
- shell:
|
||||||
|
- description: Set XDG environmental variables
|
||||||
|
command: source ./zsh/.zshenv
|
||||||
- description: Check that $XDG_CONFIG_HOME is set
|
- description: Check that $XDG_CONFIG_HOME is set
|
||||||
command: >
|
command: >
|
||||||
if [ -z ${XDG_CONFIG_HOME+x} ]; then; \
|
if [ -z ${XDG_CONFIG_HOME+x} ]; then; \
|
||||||
@ -36,8 +38,8 @@
|
|||||||
${XDG_CONFIG_HOME}/vim: vim
|
${XDG_CONFIG_HOME}/vim: vim
|
||||||
${XDG_CONFIG_HOME}/nvim: vim
|
${XDG_CONFIG_HOME}/nvim: vim
|
||||||
${XDG_CONFIG_HOME}/bash: bash
|
${XDG_CONFIG_HOME}/bash: bash
|
||||||
|
${XDG_DATA_HOME}/tmux/plugins/tpm: tpm
|
||||||
${XDG_CONFIG_HOME}/tmux/tmux.conf: tmux/tmux.conf
|
${XDG_CONFIG_HOME}/tmux/tmux.conf: tmux/tmux.conf
|
||||||
${XDG_DATA_HOME}/tmux: tpm
|
|
||||||
${XDG_CONFIG_HOME}/utils: utils
|
${XDG_CONFIG_HOME}/utils: utils
|
||||||
~/.gitconfig: configs/.gitconfig
|
~/.gitconfig: configs/.gitconfig
|
||||||
${XDG_CONFIG_HOME}/.gitignore_global: configs/.gitignore_global
|
${XDG_CONFIG_HOME}/.gitignore_global: configs/.gitignore_global
|
||||||
|
Loading…
Reference in New Issue
Block a user