blob: 44a1829a521f6b2375c7bbbd250bbe9cf0a2e4db (
plain) (
tree)
|
|
#!/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"
|