about summary refs log tree commit diff
path: root/install.sh
blob: 44a1829a521f6b2375c7bbbd250bbe9cf0a2e4db (plain) (blame)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env zsh


# install custom bin/ executables to $HOME/bin
source "${HOME}/dotfiles/bins/setup_bins.sh"


# symlink config files
source "${HOME}/dotfiles/configs/setup_configs.sh"