From bb36ed649b72a31a300bd7cc86f337639f1d12c2 Mon Sep 17 00:00:00 2001 From: Morgan Wattiez Date: Fri, 1 Mar 2019 11:42:04 +0100 Subject: [PATCH] add CLI utilities --- Brewfile | 5 +++++ symlink_dot_mackup.cfg | 1 + 2 files changed, 6 insertions(+) create mode 100644 symlink_dot_mackup.cfg diff --git a/Brewfile b/Brewfile index 7cbe38e..a23def2 100644 --- a/Brewfile +++ b/Brewfile @@ -2,6 +2,7 @@ tap "homebrew/bundle" tap "homebrew/cask" tap "homebrew/core" tap "twpayne/taps" +tap "iveney/mocha" cask "java" cask "iterm2" cask "zoomus" @@ -20,3 +21,7 @@ cask "pgadmin4" cask "sloth" brew "node" brew "fasd" +brew "peco" +brew "tig" +brew "realpath" +brew "mackup" diff --git a/symlink_dot_mackup.cfg b/symlink_dot_mackup.cfg new file mode 100644 index 0000000..14f7464 --- /dev/null +++ b/symlink_dot_mackup.cfg @@ -0,0 +1 @@ +/Users/morganwattiez/Library/Mobile Documents/com~apple~CloudDocs/Mackup/.mackup.cfg \ No newline at end of file