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

https://github.com/bsfishy/init.sh

initialization script for new machines to setup my stuff
https://github.com/bsfishy/init.sh

Last synced: 3 months ago
JSON representation

initialization script for new machines to setup my stuff

Awesome Lists containing this project

README

        

# init.sh

Initialization script for new machines to setup my stuff. Sets up:

- Nix through the Determinate Systems installer
- Home Manager, with my configuration
- My Neovim configuration
- My Nix shells repo into ~/shells
- Creates a ~/projects directory

If on Ubuntu, make sure curl is installed:

```sh
sudo apt update && sudo apt install -yq curl
```

To install, run:

```sh
bash <(curl https://init.mattprovost.dev)
```