Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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) 🏖️

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`