commit d0417ad1f46074d227e4e4979eeed419ac0ef068 parent 932f3b3a1d53f7db3c89bd5da04e5422582c3cd3 Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Sat, 25 May 2019 10:00:35 +0200 Move init to .local Diffstat:
18 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/init/10_macos.sh b/.local/init/10_macos.sh diff --git a/init/10_macos_xcode.sh b/.local/init/10_macos_xcode.sh diff --git a/init/10_symlinks.sh b/.local/init/10_symlinks.sh diff --git a/init/20_debian_apt.sh b/.local/init/20_debian_apt.sh diff --git a/init/20_macos_homebrew.sh b/.local/init/20_macos_homebrew.sh diff --git a/init/30_macos_casks.sh b/.local/init/30_macos_casks.sh diff --git a/init/30_macos_recipes.sh b/.local/init/30_macos_recipes.sh diff --git a/init/30_python_pip.sh b/.local/init/30_python_pip.sh diff --git a/init/31_perl_cpan.sh b/.local/init/31_perl_cpan.sh diff --git a/init/50_vim.sh b/.local/init/50_vim.sh diff --git a/init/50_zsh.sh b/.local/init/50_zsh.sh diff --git a/init/60_debian_services.sh b/.local/init/60_debian_services.sh diff --git a/init/60_macos_ca_certs.sh b/.local/init/60_macos_ca_certs.sh diff --git a/init/aur_pkgs.csv b/.local/init/aur_pkgs.csv diff --git a/init/install b/.local/init/install diff --git a/init/pacman_pkgs.csv b/.local/init/pacman_pkgs.csv diff --git a/init/pacman_pkgs.sh b/.local/init/pacman_pkgs.sh diff --git a/README.md b/README.md @@ -10,10 +10,11 @@ Afterwards, log out and log back in. The `dotfiles` command will now be available as a substitute for the `git` command, and is used to manage all version-control commands on the files. -The `init/install` script launches all scripts from the `init/` directory, and -automatically skips the ones that aren't applicable to the host system. This -includes installation of a package manager ([Homebrew](https://brew.sh) for -macOS) and package installation via `pacman` or `apt` in the case of GNU/Linux. +The `.local/init/install` script launches all scripts from the `.local/init/` +directory, and automatically skips the ones that aren't applicable to the host +system. This includes installation of a package manager +([Homebrew](https://brew.sh) for macOS) and package installation via `pacman` +or `apt` in the case of GNU/Linux. ## Author Written by Anders Damsgaard. Licensed under GPL v. 3+.