9 lines
205 B
Bash
9 lines
205 B
Bash
|
#!/usr/bin/env sh
|
||
|
|
||
|
# Author: caem - https://caem.dev
|
||
|
|
||
|
# install.sh - Installation script for my NixOS configuration
|
||
|
#
|
||
|
# This script aims to automate the deployment of my configuration
|
||
|
# on a new machine.
|