https://github.com/rossmacarthur/dotfiles
🔧 Install packages and my dotfiles on a new system
https://github.com/rossmacarthur/dotfiles
bootstrap dotfiles git oh-my-zsh sheldon tmux vim vscode zsh
Last synced: 7 months ago
JSON representation
🔧 Install packages and my dotfiles on a new system
- Host: GitHub
- URL: https://github.com/rossmacarthur/dotfiles
- Owner: rossmacarthur
- License: other
- Created: 2016-12-29T18:40:20.000Z (almost 9 years ago)
- Default Branch: trunk
- Last Pushed: 2025-01-28T11:34:31.000Z (10 months ago)
- Last Synced: 2025-04-13T16:08:54.872Z (7 months ago)
- Topics: bootstrap, dotfiles, git, oh-my-zsh, sheldon, tmux, vim, vscode, zsh
- Language: Shell
- Homepage:
- Size: 10.1 MB
- Stars: 14
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# dotfiles
[](https://github.com/rossmacarthur/dotfiles/actions?query=workflow%3Abuild)
Install packages and and my personal dotfiles on a new system.
## Getting started
Clone the repository with
```bash
git clone https://github.com/rossmacarthur/dotfiles.git ~/.dotfiles
```
And run the bootstrap script using
```bash
~/.dotfiles/bootstrap/bootstrap.sh
```
The dotfiles script makes some assumptions about the environment, for example on
macOS it expects Homebrew to be installed. For a brand new setup it's best to
follow the [docs](./docs/macos/README.md).
## Acknowledgements
Inspired by [Cătălin Mariș's](https://github.com/alrra)
[dotfiles](https://github.com/alrra/dotfiles).
## License
Licensed under either of
- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or
http://www.apache.org/licenses/LICENSE-2.0)
- MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
at your option.