diff --git a/bootstrap.sh b/bootstrap.sh index fd7fea4..4a52668 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash SCRIPT=$(basename $0) SCRIPT_DIR=$(cd $(dirname $0) && pwd) diff --git a/config/.gitconfig b/config/gitconfig similarity index 100% rename from config/.gitconfig rename to config/gitconfig diff --git a/config/.tmux.conf b/config/tmux.conf similarity index 100% rename from config/.tmux.conf rename to config/tmux.conf diff --git a/config/.zshrc b/config/zshrc similarity index 100% rename from config/.zshrc rename to config/zshrc