Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)