Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grikomsn/dotfiles
Dotfiles for my mac workstations when I'm having a bad day (read: reinstalling from scratch) 🏖️
https://github.com/grikomsn/dotfiles
dotfiles macos
Last synced: 11 days ago
JSON representation
Dotfiles for my mac workstations when I'm having a bad day (read: reinstalling from scratch) 🏖️
- Host: GitHub
- URL: https://github.com/grikomsn/dotfiles
- Owner: grikomsn
- Created: 2020-10-05T00:56:02.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-11T18:13:31.000Z (5 months ago)
- Last Synced: 2024-10-13T04:43:41.193Z (27 days ago)
- Topics: dotfiles, macos
- Language: Shell
- Homepage: https://dotfiles.nibras.co
- Size: 179 KB
- Stars: 13
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# ~/.dotfiles
Dotfiles for my workstations when I'm having a bad day (read: reinstalling from scratch) 🏖️
## Install scripts
```sh
sh -c "$(curl -fsSL https://dotfiles.nibras.co/sysprefs.sh)"
``````sh
sh -c "$(curl -fsSL https://dotfiles.nibras.co/core.sh)"
``````sh
zsh -c "$(curl -fsSL https://dotfiles.nibras.co/extra.sh)"
``````sh
zsh -c "$(curl -fsSL https://dotfiles.nibras.co/neovim.sh)"
``````sh
zsh -c "$(curl -fsSL https://dotfiles.nibras.co/vscode.sh)"
```## Extra steps
- If `xcode-select --install` does not work, download manually at
- Remember to `eval "$(ssh-agent -s)"` and `ssh-add -K`