diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2021-06-22 16:31:39 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2021-06-22 16:31:39 +0200 |
| commit | 47079f2b973b89c5e65f60f36e9c3548949d56aa (patch) | |
| tree | eee5b2528e07c3c98313e69010323a3f284d2bb4 /install.sh | |
| parent | 47062b3c994b840dda364ca1c40475ed9050a89f (diff) | |
| download | dotfiles-47079f2b973b89c5e65f60f36e9c3548949d56aa.tar.gz dotfiles-47079f2b973b89c5e65f60f36e9c3548949d56aa.zip | |
Some minor fixes from the laptop
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'install.sh')
| -rwxr-xr-x | install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -56,7 +56,7 @@ rm "${HOME:?}/.gitignore" ln -s "$(readlink -f .global.gitignore)" "${HOME:?}/.gitignore" # Copy entries of some of the directories inside of maybe existing ones. -for i in Images .config .gnupg; do +for i in .config .gnupg; do mkdir -p "${HOME:?}/$i" cp -r "$i"/* "${HOME:?}/$i/" done |
