Skip to content

Commit

Permalink
Tiny edits to the todo file
Browse files Browse the repository at this point in the history
  • Loading branch information
TimTr committed Mar 22, 2024
1 parent 74a2022 commit 3b09e8a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
3 changes: 2 additions & 1 deletion Bin/setup-brew.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 3 additions & 4 deletions todo.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 3b09e8a

Please sign in to comment.