https://github.com/jantrienes/dotfiles
My personal dotfiles.
https://github.com/jantrienes/dotfiles
dotfiles personal-dotfiles profile
Last synced: 6 months ago
JSON representation
My personal dotfiles.
- Host: GitHub
- URL: https://github.com/jantrienes/dotfiles
- Owner: jantrienes
- License: mit
- Created: 2018-11-11T14:47:54.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-31T16:28:47.000Z (almost 2 years ago)
- Last Synced: 2025-02-06T13:24:07.905Z (8 months ago)
- Topics: dotfiles, personal-dotfiles, profile
- Language: Shell
- Homepage:
- Size: 70.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles
Public repo for my personal dotfiles.
## Installation
```sh
git clone https://github.com/jantrienes/dotfiles.git && cd dotfiles && source bootstrap.sh
```### Sensible macOS defaults
```sh
./.macos
```### Install Homebrew formulae
```sh
./brew.sh
```### Install Atom Packages
```sh
./atom.sh
```## Setting up Terminal.app
1. Open Terminal.app.
1. Select Terminal > Preferences.
1. Select the Profiles tab.
1. Click the gear icon and select Import...
1. Select `~/dotfiles/terminal/.terminal` and click Open.
1. Click the Default button to keep using this profile in new Terminal windows.## Setting up iTerm2
1. Open iterm2.app.
1. Select Preferences > Profiles
1. Click the gear icon and select `Import JSON profiles`
1. Select `~/dotfiles/terminal/flat-custom.json` and click Open.
1. Make this profile the default.Copy scripts:
```sh
cp terminal/*.scpt ~/Library/Application\ Support/iTerm2/Scripts/
```