Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/danyim/dotfiles
- Owner: danyim
- Created: 2017-02-09T09:31:54.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-19T19:50:17.000Z (3 months ago)
- Last Synced: 2024-08-20T23:35:57.311Z (3 months ago)
- Topics: dotfiles, tmux, zsh
- Language: Vim Script
- Homepage:
- Size: 6.23 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# .dotfiles
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.