Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 6 days 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 8 years ago)
- Default Branch: trunk
- Last Pushed: 2024-04-21T19:32:59.000Z (7 months ago)
- Last Synced: 2024-04-22T20:53:52.191Z (7 months ago)
- Topics: bootstrap, dotfiles, git, oh-my-zsh, sheldon, tmux, vim, vscode, zsh
- Language: Shell
- Homepage:
- Size: 10.1 MB
- Stars: 13
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# dotfiles
[![Build Status](https://github.com/rossmacarthur/dotfiles/workflows/build/badge.svg)](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.