Привел в порядок дотфайлы
This commit is contained in:
parent
446d2716e7
commit
28a7b1f678
3 changed files with 2 additions and 100 deletions
11
Makefile
11
Makefile
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue