diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2022-05-26 13:12:33 +0200 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2022-05-26 13:12:33 +0200 |
| commit | 1953b447ce51d48c658dcfef6ea5957b1a5bd062 (patch) | |
| tree | dd59abe2546f61f5e5803de88287d42c7a2b159b /install | |
| parent | e5872009f0870f4ea2ca8786149f7c92229f5d00 (diff) | |
| parent | dcf96c41cd3897a073b67735095dec5502a14cb0 (diff) | |
| download | dotfiles-1953b447ce51d48c658dcfef6ea5957b1a5bd062.tar.gz dotfiles-1953b447ce51d48c658dcfef6ea5957b1a5bd062.tar.bz2 dotfiles-1953b447ce51d48c658dcfef6ea5957b1a5bd062.zip | |
Merge branch 'master' of cacharle.xyz:/srv/git/dotfiles
Diffstat (limited to 'install')
| -rwxr-xr-x | install | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -96,7 +96,12 @@ parallel_start update_zsh_plugin 'https://github.com/zsh-users/zsh-syntax-highli parallel_start update_zsh_plugin 'https://github.com/MichaelAquilina/zsh-you-should-use' parallel_wait -[ "$(uname)" = Darwin ] && exit +if [ "$(uname)" = Darwin ] +then + # xdg vars not defined for qutebrowser + ln -svfF "$XDG_CONFIG_HOME/qutebrowser" "$HOME/.qutebrowser" + exit +fi ############################################################################### # Linux specific |
