Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months 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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-03-23T22:10:08.000Z (10 months ago)
- Last Synced: 2024-03-24T14:43:27.085Z (10 months 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 [email protected]: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)