20 lines
452 B
Makefile
20 lines
452 B
Makefile
all: ~/.zshrc ~/.zsh_functions ~/.vimrc ~/.gitconfig ~/.globalgitignore
|
|
|
|
~/.zshrc:
|
|
ln -sv ~/.dotfiles/zshrc ~/.zshrc
|
|
|
|
~/.zsh_functions:
|
|
ln -sv ~/.dotfiles/zsh_functions ~/.zsh_functions
|
|
|
|
~/.vimrc:
|
|
ln -sv ~/.dotfiles/vimrc ~/.vimrc
|
|
|
|
~/.gitconfig:
|
|
ln -sv ~/.dotfiles/gitconfig ~/.gitconfig
|
|
|
|
~/.globalgitignore:
|
|
ln -sv ~/.dotfiles/globalgitignore ~/.globalgitignore
|
|
|
|
grml-zsh:
|
|
wget -O ~/.zsh_grml https://git.grml.org/f/grml-etc-core/etc/zsh/zshrc
|