diff options
| author | 2025-06-09 13:43:45 +0300 | |
|---|---|---|
| committer | 2025-06-09 13:55:38 +0300 | |
| commit | 97af93b2a8ebc89364852e3f63e9fd8cfedaeedf (patch) | |
| tree | 27e2added74ee6c0ff91c9e7927491c661a8bb36 /Makefile | |
| parent | 04.06.2025 (diff) | |
| download | dotfiles-97af93b2a8ebc89364852e3f63e9fd8cfedaeedf.tar.gz dotfiles-97af93b2a8ebc89364852e3f63e9fd8cfedaeedf.tar.bz2 dotfiles-97af93b2a8ebc89364852e3f63e9fd8cfedaeedf.tar.xz dotfiles-97af93b2a8ebc89364852e3f63e9fd8cfedaeedf.zip | |
Перевёл dotfiles на stow
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 24 |
1 files changed, 4 insertions, 20 deletions
@@ -1,20 +1,4 @@ -pwd = $(shell pwd) - -.PHONY: all -all: dotfiles - -# dotfiles -.PHONY: dotfiles -dotfiles: ~/.gitconfig ~/.gitignore ~/.config/zsh ~/.config/nvim ~/.zshrc - -~/.gitconfig: - ln -s $(pwd)/git/config ~/.gitconfig || true -~/.gitignore: - ln -s $(pwd)/git/ignore ~/.gitignore || true -~/.config/nvim: - ln -s $(pwd)/nvim ~/.config/nvim || true -~/.config/zsh: - ln -s $(pwd)/zsh ~/.config/zsh || true -~/.zshrc: - @ln -s $(pwd)/zsh/zshrc ~/.zshrc || true - +all: + stow -v -t ~/.config config + stow -v zsh + stow -v git |
