These are my dotfiles. Take anything you want, but at your own risk.
It targets macOS systems, but it should work on *nix as well (with apt-get
).
None known.
Much of this is from Lars Kappert's setup. A good amount of bits and inspiration from Dan Lowe here as well.
Many thanks to the dotfiles community and the creators of these incredibly useful tools.
- Homebrew (packages: Brewfile)
- homebrew-cask (packages: Caskfile)
- Node.js + npm LTS (packages: npmfile)
- Latest Ruby (packages: Gemfile)
- Latest Git, Bash 4, Python 3, GNU coreutils, curl
- Hammerspoon (config: keybindings & window management)
- Mackup (sync application settings)
$EDITOR
(and Git editor) is GNU nano
These are either unavailable in Homebrew/Cask or my personal license is via the App Store.
- Amphetamine - better replacement for Caffiene
- Chronicle - Bill management
- ColorSnapper 2 - color picker/eyedropper
- Day One - journaling
- Deliveries - a package tracker
- Dropzone 3 - move files, open applications and share files
- EchoHam - Echolink network from mac
- Exporter for Contacts - Contacts export in multiple formats with custom templates
- Fantastical - calendars and reminders
- Firefox Developer Edition - at last cheeck no cask available
- FruitJuice - macOS battery maintenance and monitoring
- iA Writer - minimal distraction writing app
- Keynote - presentations
- Numbers - spreadsheets
- Pages - word processor
- Paprika Recipe Manager 3 - recipe management
- PDF Scanner - Simple document scanning and OCR
- Pommie - menubar Pomodoro timer
- Quiver - the Programmer’s Notebook
- Reeder - RSS reader
- Silicio - used to report itunes to last.fm
- Site Sucker - spider and download local copies of websites
- Toast DVD - DVD creation
- Tweetbot 3 for Twitter - twitter client
- WiFi Explorer - Scan, monitor, and troubleshoot wireless networks
- Adobe Creative Cloud installed via homebrew/cask - install Acrobat DC, Animate CC, Audition CC, Illustrator CC, InDesign CC, Media Encoder CC, Photoshop CC, and XD CC from this app
- Brett's PopClip Extensions - Brett Terpstra's treasure trove of extensions for PopClip – which is installed via Homebrew cask – lots of really useful markdwon formatting tools here.
- Ember - Discontinued image catalog and screenshot app. I have a local copy of installer. Still working on MacOS.
- iRehearse Plus -
- Permute - media file conversion utility (I intend to make a homebrew cask for this)
- Privacy Badger - Install extensions/add-ons for Chrome, Firefox, and Safari
- Seasonality Core
- uBlock Origin - Install extensions/add-ons for Chrome, Firefox, and Safari
- Tower CLI Tool - To install the
gittower
command line tool, run installer from Tower's preferences on the Integration tab. (Make sure that Tower is run from the /Applications folder before trying to install.)
On a sparkling fresh installation of macOS:
sudo softwareupdate -i -a
xcode-select --install
Note: update COMPUTER_NAME
constant in macos/defaults.sh with correct/current machine name before firing that script.
The Xcode Command Line Tools includes git
and make
(not available on stock macOS).
Then, install this repo with curl
available:
bash -c "`curl -fsSL https://raw.githubusercontent.com/dropkick/dotfiles/master/remote-install.sh`"
This will clone (using git
), or download (using curl
or wget
), this repo to ~/.dotfiles
. Alternatively, clone manually into the desired location:
git clone https://github.com/dropkick/dotfiles.git ~/.dotfiles
Use the Makefile to install everything listed above, and symlink runcom and config (using stow):
cd ~/.dotfiles
make
dotfiles dock
(set Dock items) - in my particular case, I install all of my app store apps before this as I set shortcuts to them in the dock with this step.dotfiles macos
(set macOS defaults)- Mackup
- Log in to cloud sync being used (Nextcloud/Owncloud in my case)
mackup restore
ln -s ~/.config/mackup/.mackup.cfg ~
(until #632 is fixed)
$ dotfiles help
Usage: dotfiles <command>
Commands:
clean Clean up caches (brew, npm, gem, rvm)
dock Apply macOS Dock settings
edit Open dotfiles in IDE (code) and Git GUI (stree)
help This help message
macos Apply macOS system defaults
test Run tests
update Update packages and pkg managers (OS, brew, npm, gem)
You can put your custom settings, such as Git credentials in the system/.custom
file which will be sourced from .bash_profile
automatically. This file is in .gitignore
.
Alternatively, you can have an additional, personal dotfiles repo at ~/.extra
. The runcom .bash_profile
sources all ~/.extra/runcom/*.sh
files.