From b21e9930dbe1fbd757b0afa7be1875a6b8c2e713 Mon Sep 17 00:00:00 2001 From: therojam Date: Sat, 29 Feb 2020 01:41:49 +0100 Subject: [PATCH] made the dotfiles/ use the @nick-nisi dotfilestuff --- applescripts | 1 + bin | 1 + mac.tmux.conf | 2 +- tmux | 1 + 4 files changed, 4 insertions(+), 1 deletion(-) create mode 120000 applescripts create mode 120000 bin create mode 120000 tmux diff --git a/applescripts b/applescripts new file mode 120000 index 0000000..38cef96 --- /dev/null +++ b/applescripts @@ -0,0 +1 @@ +dotfiles/applescripts \ No newline at end of file diff --git a/bin b/bin new file mode 120000 index 0000000..455505a --- /dev/null +++ b/bin @@ -0,0 +1 @@ +dotfiles/bin/ \ No newline at end of file diff --git a/mac.tmux.conf b/mac.tmux.conf index 6966b11..78d8c3b 100644 --- a/mac.tmux.conf +++ b/mac.tmux.conf @@ -75,7 +75,7 @@ bind C-v run "tmux set-buffer $(reattach-to-user-namespace pbpaste); tmux paste- ### Color & Style Settings ### ############################## -source ~/git_repo/dotfiles/tmux/base16.sh +source ~/.dotfiles/tmux/base16.sh # List of plugins set -g @plugin ' \ diff --git a/tmux b/tmux new file mode 120000 index 0000000..51e52d6 --- /dev/null +++ b/tmux @@ -0,0 +1 @@ +dotfiles/tmux \ No newline at end of file