Привел в порядок дотфайлы

This commit is contained in:
Alexander Neonxp Kiryukhin 2025-05-02 16:19:11 +03:00
parent 446d2716e7
commit 28a7b1f678
Signed by: NeonXP
SSH key fingerprint: SHA256:SVt7TjxbVc87m1QYaQziOJ0N3OCFURv2g76gD/UTTXI
3 changed files with 2 additions and 100 deletions

View file

@ -1,16 +1,11 @@
pwd = $(shell pwd)
.PHONY: all
all: /usr/bin/nvim dotfiles golibs
.PHONY: golibs
golibs:
go install github.com/goreleaser/goreleaser@latest
go install github.com/mkchoi212/fac@latest
all: dotfiles
# dotfiles
.PHONY: dotfiles
dotfiles: ~/.gitconfig ~/.gitignore ~/.config/zsh ~/.config/nvim ~/.zshrc ~/.config/kitty
dotfiles: ~/.gitconfig ~/.gitignore ~/.config/zsh ~/.config/nvim ~/.zshrc
~/.gitconfig:
ln -s $(pwd)/git/config ~/.gitconfig || true
@ -22,6 +17,4 @@ dotfiles: ~/.gitconfig ~/.gitignore ~/.config/zsh ~/.config/nvim ~/.zshrc ~/.con
ln -s $(pwd)/zsh ~/.config/zsh || true
~/.zshrc:
@ln -s $(pwd)/zsh/zshrc ~/.zshrc || true
~/.config/kitty:
@ln -s $(pwd)/kitty ~/.config/kitty || true