Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jamieweavis/dotfiles
👨💻️ My macOS dotfiles - configuration for zsh, aliases, brew, git & vim
https://github.com/jamieweavis/dotfiles
aliases brew brewcask brewfile config configuration dotfile dotfiles git homebrew macos macos-dotfiles vim vimrc zsh zshrc
Last synced: 10 days ago
JSON representation
👨💻️ My macOS dotfiles - configuration for zsh, aliases, brew, git & vim
- Host: GitHub
- URL: https://github.com/jamieweavis/dotfiles
- Owner: jamieweavis
- License: mit
- Created: 2017-05-10T09:06:54.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-09-26T12:58:03.000Z (about 1 month ago)
- Last Synced: 2024-10-13T11:43:28.332Z (25 days ago)
- Topics: aliases, brew, brewcask, brewfile, config, configuration, dotfile, dotfiles, git, homebrew, macos, macos-dotfiles, vim, vimrc, zsh, zshrc
- Language: Vim Script
- Homepage: https://jamieweavis.com
- Size: 350 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# dotfiles
> 👨💻️ My macOS dotfiles - configuration for zsh, aliases, brew, git & vim
## Installation
Clone repository into home directory
```bash
cd ~git clone [email protected]:jamieweavis/dotfiles.git
```Install brew dependencies & casks
```bash
cd dotfilesbrew bundle
```Symlink dotfiles to home directory with [`stow`](https://www.gnu.org/software/stow/manual/stow.html#:~:text=Then%20in%20order%20to%20determine,or%20directory%20will%20be%20ignored.)
```bash
stow . --adopt
```## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.