diff --git a/Bin/setup-brew.sh b/Bin/setup-brew.sh index 0b327c1..78d57be 100755 --- a/Bin/setup-brew.sh +++ b/Bin/setup-brew.sh @@ -17,7 +17,8 @@ else brew update brew upgrade - brew install automake bison openssl readline libyaml gdbm libffi wget eza + brew install automake bison openssl readline libyaml gdbm libffi wget + brew install eza # Install ruby gems, specifically Jekyll for blogs gem update diff --git a/todo.md b/todo.md index bae7a07..e5aab7e 100644 --- a/todo.md +++ b/todo.md @@ -1,14 +1,13 @@ # TODO Items -- Verify that re-running `dotfiles.sh` from anywhere resets the setup -- Report current `git config` name/email after setup, or instruct to setup - - Do something similar for Ruby, Homebrew, or other pieces +- Report current ruby, swift, python, and Homebrew versions on setup - Function to delete `./DS_Store` files recursively down a folder structure ## Done -- Put Dotfiles as the source for PATH - no separate copy. This will make it easier to support putting Dotfiles at the root of a user directly by simply cloning from GitHub, which is how I expect to use Dotfiles in the future, especially on Linux. +- Verify that re-running `dotfiles.sh` from anywhere resets the setup +- Put Dotfiles as the source for PATH - no extra copy in `~/Developer` - Move everything from the `./Mac/` subfolder to the root - Linux remains - Add `~/Code` and `~/TimTr` to the root user folder aliased to Dropbox or iCloud - Rename `./Bin` back to Developer