diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2019-09-07 10:14:30 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2019-09-07 10:14:30 +0200 |
| commit | fbba092672efe81cf7d3fd583d7903446ff07900 (patch) | |
| tree | 78665d53eebaf21f08f99446ac43e2aacede0e55 | |
| parent | 4fc15fc200beca9fe51664da69fd7a94a11fe3b2 (diff) | |
| download | dotfiles-fbba092672efe81cf7d3fd583d7903446ff07900.tar.gz dotfiles-fbba092672efe81cf7d3fd583d7903446ff07900.zip | |
Don't link i3
I have slightly different configurations on my workstation and on my laptop, so
don't blindly link them.
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
| -rwxr-xr-x | install.sh | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -34,7 +34,7 @@ fi # Main procedure: link as many files as possible. ary=(.git .gitignore .gitmodules LICENSE *.gitignore *.yml *.org install.sh - update.sh .emacs.d .config .gnupg Images) + update.sh .emacs.d .config .gnupg Images .i3 .i3status.conf) ignore="-name ${ary[0]}" for i in "${ary[@]:1:${#ary[@]}}"; do ignore+=" -or -name $i" @@ -72,6 +72,10 @@ rm -f "${HOME:?}/.emacs.d/init.elc" cp .emacs.d/init.el "${HOME:?}/.emacs.d/init.el" emacs -l "${HOME:?}/.emacs.d/init.el" --eval "(kill-emacs)" +# i3 has a slightly different configuration on my workstation and on the laptop. +cp -r .i3 "${HOME:?}" +cp -r .i3status.conf "${HOME:?}" + ## # Other stuff |
