Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wolfiezero/.dotfiles
^_^
https://github.com/wolfiezero/.dotfiles
Last synced: about 6 hours ago
JSON representation
^_^
- Host: GitHub
- URL: https://github.com/wolfiezero/.dotfiles
- Owner: WolfieZero
- Created: 2021-12-20T23:49:24.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-27T17:18:59.000Z (10 months ago)
- Last Synced: 2024-01-27T18:29:06.344Z (10 months ago)
- Language: Shell
- Size: 68.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# .dotfiles
1. Install Xcode thingy
```shell
xcode-select --install
```2. Install [Homebrew][homebrew]
```shell
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
```3. Install [oh-my-zsh][omzsh]
```shell
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
```4. Install/update git (remove that pesky macOS version)
```shell
brew install git
```5. Clone [this very repo][thisrepo]
```shell
git clone [email protected]:WolfieZero/.dotfiles.git
```6. Start installing stuff!
[homebrew]: https://brew.sh/
[omzsh]: https://ohmyz.sh/
[thisrepo]: https://github.com/WolfieZero/.dotfiles