From 1760694ea6a2341a818d8d4927510d06eeec4952 Mon Sep 17 00:00:00 2001 From: maddiebaka Date: Mon, 12 Jun 2023 18:48:20 -0400 Subject: [PATCH] Minimal setup --- bootstrap.sh | 2 +- config/{.gitconfig => gitconfig} | 0 config/{.tmux.conf => tmux.conf} | 0 config/{.zshrc => zshrc} | 0 4 files changed, 1 insertion(+), 1 deletion(-) rename config/{.gitconfig => gitconfig} (100%) rename config/{.tmux.conf => tmux.conf} (100%) rename config/{.zshrc => zshrc} (100%) 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