From 45c4310798670e89ccc1e6f7e3ff4100536733c2 Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 31 Dec 2021 17:14:10 -0500 Subject: [PATCH] Working on install script(s) --- install | 1 + tmux/setup | 3 +++ zsh/zsh/history | 24 ++++++++++++++++++++++++ 3 files changed, 28 insertions(+) create mode 100755 tmux/setup diff --git a/install b/install index 09b7534..58e03b3 100755 --- a/install +++ b/install @@ -8,3 +8,4 @@ cd "${dir}/zsh" && ./setup cd "${dir}/scripts" && ./setup cd "${dir}/vim" && ./setup cd "${dir}/git" && ./setup +cd "${dir}/tmux" && ./setup diff --git a/tmux/setup b/tmux/setup new file mode 100755 index 0000000..cb71ff2 --- /dev/null +++ b/tmux/setup @@ -0,0 +1,3 @@ +#!/bin/sh + +ln -sfv "${PWD}/.tmux.conf" "${HOME}" diff --git a/zsh/zsh/history b/zsh/zsh/history index cfcb9ea..e453633 100644 --- a/zsh/zsh/history +++ b/zsh/zsh/history @@ -1121,3 +1121,27 @@ exit : 1640986970:0;./install : 1640986984:0;gs : 1640986996:0;ga . +: 1640987017:0;g commit -m "Working on install script(s)" +: 1640987018:0;gp +: 1640987021:0;g push +: 1640987027:0;l ~/ +: 1640987033:0;l ~/.config +: 1640987041:0;l ~/.local +: 1640987255:0;l tmux +: 1640987273:0;echo '#!/bin/sh' > tmux/setup +: 1640987278:0;chmox tmux/setup +: 1640987283:0;vim tmux/setup +: 1640987334:0;vim install +: 1640987391:0;./install +: 1640987400:0;vim . +: 1640987435:0;l ~/.config +: 1640987442:0;l ~ +: 1640987540:0;brew list +: 1640988491:0;l +: 1640988632:0;dots +: 1640988686:0;brew search virtualbox +: 1640988713:0;brew doctor +: 1640988756:0;brew cleanup --prune=all +: 1640988789:0;brew doctor +: 1640988837:0;gs +: 1640988844:0;ga .