diff options
Diffstat (limited to 'setup')
-rwxr-xr-x | setup | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -0,0 +1,10 @@ +#!/bin/bash + +script=$(realpath $0) +script_dir=$(dirname $script) + +# Go home +cd + +# Combine all hidden files +$HOME/bin/dircombine '^\.' $HOME $script_dir |