https://github.com/robwin/dotfiles
My dotfiles for macOS managed with Yet Another Dotfiles Manager
https://github.com/robwin/dotfiles
Last synced: 4 months ago
JSON representation
My dotfiles for macOS managed with Yet Another Dotfiles Manager
- Host: GitHub
- URL: https://github.com/robwin/dotfiles
- Owner: RobWin
- Created: 2016-10-13T07:13:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-31T14:30:22.000Z (over 9 years ago)
- Last Synced: 2025-04-11T14:05:14.174Z (about 1 year ago)
- Language: Shell
- Homepage:
- Size: 17.6 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
My dotfiles for macOS managed with [Yet Another Dotfiles Manager (YADM)](https://thelocehiliosan.github.io/yadm/).
My zsh plugins are managed with [Zplug] (https://github.com/zplug/zplug)
I use iTerm2 + Oh My Zsh Agnoster Theme + Tango Dark color scheme + Meslo Powerline font (OS X / macOS)
## Install Meslo Powerline Font
[Meslo Powerline Font](https://github.com/powerline/fonts/blob/master/Meslo/Meslo%20LG%20M%20DZ%20Regular%20for%20Powerline.otf). Click "view raw" to download the font.
Open the downloaded font and press "Install Font".
Set this font in iTerm2 (12px) (iTerm -> Preferences -> Profiles -> Text -> Change Font).
Restart iTerm2 for all changes to take effect.
## On MacOS
Install git, zsh, zplug and yadm using brew:
```
$ brew install git zsh zplug yadm
```
Clone repository
```
$ yadm clone https://github.com/RobWin/dotfiles.git
```
## On Linux
Install git, zsh using a package manager of your choice.
Install yadm:
```
curl -fLo /usr/local/bin/yadm https://github.com/TheLocehiliosan/yadm/raw/master/yadm && chmod a+x /usr/local/bin/yadm
```
Install zplug:
```
curl -sL zplug.sh/installer | zsh
```
Clone repository
```
$ yadm clone https://github.com/RobWin/dotfiles.git
```
## On Windows
Install [Babun](https://github.com/babun/babun)
Run install script
## Use Install script
Install git, zsh using a package manager of your choice.
Then run the script to install yadm, zplug and clone the repository:
```
curl -fsL https://raw.githubusercontent.com/RobWin/dotfiles/master/install.zsh | zsh
```
##
Test that zsh starts properly and installs the plugins:
```
zsh
```
Then change your shell to zsh:
```
chsh -s /bin/zsh $USER
```