Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peterj/dotfiles
Mac dotfiles
https://github.com/peterj/dotfiles
bash dot-files dotfiles mac
Last synced: 3 months ago
JSON representation
Mac dotfiles
- Host: GitHub
- URL: https://github.com/peterj/dotfiles
- Owner: peterj
- Created: 2015-10-09T03:44:20.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2023-10-09T22:10:33.000Z (over 1 year ago)
- Last Synced: 2024-10-04T21:15:35.022Z (3 months ago)
- Topics: bash, dot-files, dotfiles, mac
- Language: Shell
- Homepage:
- Size: 117 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
Most of these files are based off of https://github.com/jfrazelle/mac-dev-setup
and https://github.com/mathiasbynens/dotfiles.## Install Xcode command line tools
```bash
xcode-select --install
```
## Installation
```
./setup.sh
```## Apps to install
- [Evernote](https://evernote.com/download/)
- [GifGrabber](http://www.gifgrabber.com/)
- [DiffMerge](http://www.sourcegear.com/diffmerge/downloads.php)
- [RoboMongo](https://robomongo.org/download)
- [Day-O](https://shauninman.com/archive/2016/10/20/day_o_2_mac_menu_bar_clock)## Git
- make git logs pretty (git lg):
```bash
git config --global alias.lg "log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit"
```## Vim
- Install Vim settings from [here](https://github.com/jfrazelle/.vim)## Hammerspoon
1. Download [Hammerspoon](https://github.com/Hammerspoon/hammerspoon/releases) (or `brew cask install hammerspoon` OR `setup.sh` if it's a clean machine)
1. Install [SpoonInstall](https://www.hammerspoon.org/Spoons/SpoonInstall.html)