Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/danyim/dotfiles

My dotfiles for a simple but powerful macOS setup
https://github.com/danyim/dotfiles

dotfiles tmux zsh

Last synced: 8 days ago
JSON representation

My dotfiles for a simple but powerful macOS setup

Awesome Lists containing this project

README

        

# .dotfiles


screenshot

My dotfiles, circa 2017.

The theme I'm using for my editor and terminal is the [Zenburn color scheme](http://kippura.org/zenburnpage/). I typically pair that with [Inconsolata](http://levien.com/type/myfonts/inconsolata.html) as my main programming font.

### Install the following manually
- macOS Package Manager: [Homebrew](https://brew.sh/)
- Editor: [Sublime Text 3](https://www.sublimetext.com/3) (with Package Control)
- Terminal: [Alacritty](https://github.com/jwilm/alacritty)
- Shell: zsh `chsh -s $(which zsh)`
- Shell Plugin Manager: [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh)
- Shell Navigation: [z](https://github.com/rupa/z)
- Fuzzy File Search: [fzf](https://github.com/junegunn/fzf)
- `ls` Replacement: [Exa](https://github.com/ogham/exa)

### Loading dotfiles into system
- Run `./load.sh`
- This will backup any existing dotfiles into a new directory `~/.dotfiles.backup/`

### Updating dotfiles
- Run `./read.sh` in the repository's directory to copy all of the system's settings.