https://github.com/jbernardo95/.dotfiles
My macOS dotfiles, configurations, packages and applications
https://github.com/jbernardo95/.dotfiles
application brew dotfiles git iterm2 tmux vim zsh
Last synced: about 1 year ago
JSON representation
My macOS dotfiles, configurations, packages and applications
- Host: GitHub
- URL: https://github.com/jbernardo95/.dotfiles
- Owner: jbernardo95
- Created: 2014-06-12T13:18:13.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2024-03-23T22:10:08.000Z (over 2 years ago)
- Last Synced: 2025-02-05T14:12:08.203Z (over 1 year ago)
- Topics: application, brew, dotfiles, git, iterm2, tmux, vim, zsh
- Language: Shell
- Homepage:
- Size: 158 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
.dotfiles
==========
In this repo you will find the packages/applications I use in macOS, along with their configurations.
## Installation
Start by installing brew. Follow the installation instructions [here](https://brew.sh/).
Then follow this list of commands:
```
$ cd ~/
$ git clone git@github.com:jbernardo95/.dotfiles.git
$ cd .dotfiles
$ brew bundle
```
### Configurations
To setup all the configurations follow these steps:
1. Install [oh my zsh](https://github.com/robbyrussell/oh-my-zsh)
2. Symlink dotfiles: `sh symlink.sh`
3. In *iTerm* go to Preferences > Select `Load preferences from a custom folder or URL` to load from `~/.iterm`
4. Follow application specific configuration guides [here](config)