2021-12-08 12:50:52 +00:00
|
|
|
all: ~/.zshrc ~/.zsh_functions ~/.vimrc ~/.gitconfig ~/.globalgitignore
|
2014-01-10 23:18:09 +00:00
|
|
|
|
2021-12-08 12:50:52 +00:00
|
|
|
~/.zshrc:
|
|
|
|
ln -sv ~/.dotfiles/zshrc ~/.zshrc
|
2014-01-10 23:18:09 +00:00
|
|
|
|
2021-12-08 12:50:52 +00:00
|
|
|
~/.zsh_functions:
|
|
|
|
ln -sv ~/.dotfiles/zsh_functions ~/.zsh_functions
|
2014-01-10 23:18:09 +00:00
|
|
|
|
2021-12-08 12:50:52 +00:00
|
|
|
~/.vimrc:
|
|
|
|
ln -sv ~/.dotfiles/vimrc ~/.vimrc
|
|
|
|
|
|
|
|
~/.gitconfig:
|
|
|
|
ln -sv ~/.dotfiles/gitconfig ~/.gitconfig
|
|
|
|
|
|
|
|
~/.globalgitignore:
|
|
|
|
ln -sv ~/.dotfiles/globalgitignore ~/.globalgitignore
|
2021-12-08 12:57:13 +00:00
|
|
|
|
|
|
|
grml-zsh:
|
|
|
|
wget -O ~/.zsh_grml https://git.grml.org/f/grml-etc-core/etc/zsh/zshrc
|