dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit d0417ad1f46074d227e4e4979eeed419ac0ef068
parent 932f3b3a1d53f7db3c89bd5da04e5422582c3cd3
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Sat, 25 May 2019 10:00:35 +0200

Move init to .local

Diffstat:
Rinit/10_macos.sh -> .local/init/10_macos.sh | 0
Rinit/10_macos_xcode.sh -> .local/init/10_macos_xcode.sh | 0
Rinit/10_symlinks.sh -> .local/init/10_symlinks.sh | 0
Rinit/20_debian_apt.sh -> .local/init/20_debian_apt.sh | 0
Rinit/20_macos_homebrew.sh -> .local/init/20_macos_homebrew.sh | 0
Rinit/30_macos_casks.sh -> .local/init/30_macos_casks.sh | 0
Rinit/30_macos_recipes.sh -> .local/init/30_macos_recipes.sh | 0
Rinit/30_python_pip.sh -> .local/init/30_python_pip.sh | 0
Rinit/31_perl_cpan.sh -> .local/init/31_perl_cpan.sh | 0
Rinit/50_vim.sh -> .local/init/50_vim.sh | 0
Rinit/50_zsh.sh -> .local/init/50_zsh.sh | 0
Rinit/60_debian_services.sh -> .local/init/60_debian_services.sh | 0
Rinit/60_macos_ca_certs.sh -> .local/init/60_macos_ca_certs.sh | 0
Rinit/aur_pkgs.csv -> .local/init/aur_pkgs.csv | 0
Rinit/install -> .local/init/install | 0
Rinit/pacman_pkgs.csv -> .local/init/pacman_pkgs.csv | 0
Rinit/pacman_pkgs.sh -> .local/init/pacman_pkgs.sh | 0
MREADME.md | 9+++++----
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+.