2021-10-05 21:57:56 +00:00
# Dotfiles
2024-03-06 14:17:11 +00:00
In this repo I store my config files.
- `Brewfile` for macOS (I'm about to drop it).
- `configuration.nix` for NixOS (a new linux distro for me, that I'm exploring as a replacement for macOS).
2023-07-15 06:50:17 +00:00
It helps me to install quickly all software I need for work and fun.
2024-03-06 14:17:11 +00:00
Feel free to check & alter the list of software to be installed in these files.
2021-10-05 21:57:56 +00:00
## Installation
2024-03-06 14:17:11 +00:00
### macOS/Brew
2023-07-15 06:50:17 +00:00
1. Install Brew from here: https://brew.sh/
2. Copy Brewfile to your computer and run `brew bundle` from the same folder where you copied the file.
2024-02-28 10:51:03 +00:00
3. Run `chmod +x ./cron-adjust-microphone-gain-to-100.sh` and `./cron-adjust-microphone-gain-to-100.sh` [to change microphone gain to 100% on macOS ](https://apple.stackexchange.com/questions/97810/mac-osx-microphone-input-volume-level-auto-adjusts-can-it-be-disabled ).
2023-07-15 06:50:17 +00:00
Note: Brew will ask you for the root password and other apps inside Brewfile might ask you for your password as well.
Usually installation takes 10-20 min, so make sure to brew a cup of tea or coffee :)
2024-03-06 14:17:11 +00:00
### NixOS
1. `chmod +x ./build-nix.sh`
2. [Optionally] SSH Config `cp ./ssh-config.nix.example ./ssh-config.nix` and fill with your values.
3. [First run] `./build-nix.sh` or [then] just `make`