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
- Host: GitHub
- URL: https://github.com/bsfishy/init.sh
- Owner: BSFishy
- License: mit
- Created: 2025-01-16T02:15:12.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-17T02:31:19.000Z (5 months ago)
- Last Synced: 2025-03-09T23:41:42.559Z (3 months ago)
- Language: Shell
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 directoryIf 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)
```