Skip to content

Commit

Permalink
More updates to tools
Browse files Browse the repository at this point in the history
  • Loading branch information
apexskier committed May 9, 2020
1 parent d8f363b commit 71c049f
Showing 1 changed file with 22 additions and 4 deletions.
26 changes: 22 additions & 4 deletions content/pages/tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,37 @@ menu:

These are some of the tools I use and like, and some notes on how I configure them.

First, my [dotfiles](https://github.com/apexskier/dotfiles) contain a ton of configuration, and are how I automatically synchronize most of my terminal and macOS preferences.
First, my [dotfiles](https://github.com/apexskier/dotfiles) contain a ton of configuration, and are how I automatically synchronize most of my terminal and macOS preferences. It also contains the apps I install on [macOS](https://github.com/apexskier/dotfiles/blob/master/homebrew/Brewfile) and [linux](https://github.com/apexskier/dotfiles/blob/master/linux/install.sh).

### Editor

My current editor of choice is [Visual Studio Code](https://code.visualstudio.com/) with [vim emulation](https://marketplace.visualstudio.com/items?itemName=vscodevim.vim). I'm also exploring using [Nova](https://panic.com/nova/) from panic, but don't see it becoming my primary editor without vim keybindings.
I've been using [vim](https://www.vim.org) since college and I'm pretty dependent on it. It's my go to for quick changes.

My current graphical editor of choice is [Visual Studio Code](https://code.visualstudio.com/) with [vim emulation](https://marketplace.visualstudio.com/items?itemName=vscodevim.vim) (make sure to set up the [cli tool](https://code.visualstudio.com/docs/editor/command-line)). I'm also exploring using [Nova](https://panic.com/nova/) from panic, but don't see it becoming my primary editor without vim keybindings.

### Desktop Apps

- [1Password](https://1password.com/) - password manager
- [Amphetamine](https://apps.apple.com/us/app/amphetamine/id937984704?mt=12) - keeps my computer from falling asleep
- [Apple Photos](https://www.apple.com/ios/photos/) - my current choice for photo organization
- [Default Browser](https://apexskier.github.io/DefaultBrowser/) - my own tool for managing my default browser
- [Gifski](https://sindresorhus.com/gifski) - High quality gif encoder
- [Gitup](https://gitup.co) - visual git tool, I mostly use the history view
- [Gitup](https://gitup.co) - visual git tool, I mostly use the history view. Be sure to set up the [cli tool](https://github.com/git-up/GitUp/wiki/Using-GitUp-Command-Line-Tool)
- [Parcel](https://parcelapp.net/) - delivery tracking
- [Terminal.app](https://en.wikipedia.org/wiki/Terminal_(macOS))
- [The Clock](https://apps.apple.com/us/app/the-clock/id488764545?mt=12) - menu bar clock to see timezones
- [Transmit](https://panic.com/transmit/) - fast file transfers
- [Transmit](https://panic.com/transmit/) - fast file transfers

### iOS Apps

- [Apple Photos](https://www.apple.com/ios/photos/) - my current choice for photo organization
- [Dark Sky](https://darksky.net/app) - weather
- [GPX to Photos](https://apps.apple.com/us/app/gpx-to-photos/id1403201208) - my own tool for geotagging photos
- [Gaia GPS](https://apps.apple.com/us/app/gaia-gps-hiking-offroad-maps/id1201979492) - the best gps app on iOS
- [Mobile Passport](https://apps.apple.com/us/app/mobile-passport/id907024887) - get back into the US so fast it feels like you're not allowed to
- [Parcel](https://parcelapp.net/) - delivery tracking
- [Peloton](https://www.onepeloton.com/app) - the at-home workouts are quite great
- [Prompt](https://panic.com/prompt/) - iOS ssh/terminal emulator
- [Scorekeeper XL](https://apps.apple.com/us/app/scorekeeper-xl/id463243024) - nice app for keeping score when playing games with friends
- [Slopes](https://getslopes.com/) - ski tracking, probably one of the best iOS apps out there
- [Transmit](https://panic.com/blog/the-future-of-transmit-ios/) - file transfers (not available anymore unfortunately)

0 comments on commit 71c049f

Please sign in to comment.