https://github.com/jakejarvis/dotfiles
💻 My .files
https://github.com/jakejarvis/dotfiles
brewfile dotfiles dotfiles-macos macos macos-dotfiles nerd-fonts oh-my-zsh shell starship starship-prompt zinit zsh
Last synced: 4 days ago
JSON representation
💻 My .files
- Host: GitHub
- URL: https://github.com/jakejarvis/dotfiles
- Owner: jakejarvis
- License: mit
- Created: 2018-03-28T13:13:53.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2023-01-26T15:06:06.000Z (about 2 years ago)
- Last Synced: 2024-11-02T08:30:45.966Z (6 months ago)
- Topics: brewfile, dotfiles, dotfiles-macos, macos, macos-dotfiles, nerd-fonts, oh-my-zsh, shell, starship, starship-prompt, zinit, zsh
- Language: Shell
- Homepage:
- Size: 14.1 MB
- Stars: 16
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 💻 My .files

Just a personal backup of my MacBook's setup. Certainly not a drop-in solution for anybody's machine except my own, but maybe a few lines will prove useful to you.
(...in other words, after stealing so many sick bash hacks from people on here who are much smarter than me, I felt obligated to keep the repo public. And in even more words, **_use the automated scripts at your own risk!_**)
All of the juicy stuff you're probably looking for is at:
- [`zsh/custom/plugins.zsh`](zsh/custom/plugins.zsh), [`zsh/custom/aliases.zsh`](zsh/custom/aliases.zsh), and [`zsh/custom/functions.zsh`](zsh/custom/functions.zsh) for my ZSH hacks.
- [`macos/defaults.sh`](macos/defaults.sh) for my macOS defaults.
- [`Brewfile`](Brewfile) for my far-too-long list of binaries and apps I "need" installed.
- [`firefox/user.js`](firefox/user.js) for my Firefox settings.
- [`vscode/`](vscode/) for my VS Code settings and keybinds.
- See [my /uses page](https://jarv.is/uses/) for even more details.## Usage
Designed for macOS, also works on Linux (specifially Debian and Ubuntu):
```bash
git clone https://github.com/jakejarvis/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
./install.sh
```or:
```bash
curl -fsSL jrvs.io/bootstrap | bash # but probably don't do this if you're not me
```## License
[MIT](LICENSE)