Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0xadada/dotfiles
π§ .files, including ~/.macos β sensible hacker defaults for macOS
https://github.com/0xadada/dotfiles
Last synced: 22 days ago
JSON representation
π§ .files, including ~/.macos β sensible hacker defaults for macOS
- Host: GitHub
- URL: https://github.com/0xadada/dotfiles
- Owner: 0xadada
- License: mit
- Created: 2014-01-16T03:39:24.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-04-04T16:17:52.000Z (7 months ago)
- Last Synced: 2024-10-18T08:24:57.156Z (26 days ago)
- Language: Shell
- Homepage:
- Size: 11.5 MB
- Stars: 7
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles
![Screencast of the shell prompt](https://media.giphy.com/media/UsT5IGZ5dSRlL0nxjQ/giphy.gif)
## Installation
```bash
mkdir -p dotfiles && \
curl -#L https://github.com/0xadada/dotfiles/tarball/master | \
tar -xzv -C dotfiles --strip-components=1
cd dotfiles
./bootstrap.sh
```Bootstrap will install the dotfiles, and install core utilities:
* Bash shell and git, latest versions
* Homebrew, [casks and its packages](https://github.com/0xadada/dotfiles/blob/master/Brewfile)
* `asdf` (with latest Stable Elixir, Erlang, NodeJS, Python 3, Ruby)To update, `cd` into `dotfiles` and then:
```bash
./bootstrap.sh
```## macOS hacker defaults
When setting up a new Macbook, you may want to set some hacker macOS defaults:
```bash
./.macos
```## Add custom commands without creating a new fork
If `~/.bash_custom` exists, it will be sourced along with the other files. You
can use this to add a few custom commands without the need to fork this entire
repository, or to add commands you donβt want to commit to a public repository.## Thanks toβ¦
* [Mathias Bynens](http://twitter.com/mathias) and his [dotfiles repository](https://github.com/mathiasbynens/dotfiles)
* [ptb](https://github.com/ptb) and his [Mac Setup](https://github.com/ptb/mac-setup) repository
* [drduh](https://github.com/drduh/macOS-Security-and-Privacy-Guide) and his [macOS Security and Privacy Guide](https://github.com/drduh/macOS-Security-and-Privacy-Guide)
* anyone who [contributed a patch](https://github.com/mathiasbynens/dotfiles/contributors) or [made a helpful suggestion](https://github.com/mathiasbynens/dotfiles/issues)