8 lines
205 B
Bash
Executable file
8 lines
205 B
Bash
Executable file
#!/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.
|