https://github.com/rokumatsumoto/dotfiles
My macOS environment
https://github.com/rokumatsumoto/dotfiles
gitconfig iterm macos shell sublime-text tmux unix zshrc
Last synced: about 2 months ago
JSON representation
My macOS environment
- Host: GitHub
- URL: https://github.com/rokumatsumoto/dotfiles
- Owner: rokumatsumoto
- Created: 2017-11-13T22:21:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-02-12T20:54:12.000Z (over 6 years ago)
- Last Synced: 2025-03-28T02:25:17.725Z (about 1 year ago)
- Topics: gitconfig, iterm, macos, shell, sublime-text, tmux, unix, zshrc
- Language: Shell
- Size: 71.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Installation
* clone repo to `~/.dotfiles` folder:
```
cd ~
git clone https://github.com/rokumatsumoto/dotfiles.git .dotfiles
cd ~/dotfiles
```
* create symbolic links to config files
```
sh ./makesymlinks.sh
```
* add powerline fonts to font directory (Darwin, Linux)
```
sh ./setup/fonts.sh
```