diff options
author | Raúl Benencia <rul@kalgan.cc> | 2019-06-24 00:02:08 -0700 |
---|---|---|
committer | Raúl Benencia <rul@kalgan.cc> | 2019-06-24 00:02:08 -0700 |
commit | b78bc6d46e86a4dba0cb206c3516091cfcdb89b7 (patch) | |
tree | 873868b2cbb657e8e40b50745bd8f65ab3d7ce2f /setup | |
parent | 88fd5bed96899f99f425773f439852b4e690510c (diff) |
Add setup script
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 |