The NIX update

This commit is contained in:
2024-10-09 16:55:47 +01:00
parent da1ac8eb6f
commit aace32af13
341 changed files with 1136 additions and 44347 deletions

View File

@@ -1,44 +1,25 @@
# Trude's Dotfiles
![banner](images/banner-debian.png)
<p align="center">
<img width="150" height="150" src="images/logo-circle.png">
<img width="150" height="150" src="images/nix-snowflake-colours.svg">
</p>
Welcome to Trude's dotfiles. Here you will find my personal configurations, tools and scripts.
Some of these only apply to the `trude` user, and assume the repository is always placed at `$HOME/dotfiles`. I highly recommend anyone interested to fork the repository and modify the configurations to your liking.
This repo can be used as a base for your own dotfiles.
Looking for my **sway** dotfiles? [Click Here](https://github.com/TrudeEH/dotfiles/tree/arch-sway)
I highly recommend anyone interested to fork the repository and modify the configurations to your liking.
This repository can be used as a base for your own dotfiles.
## Structure
- `install.sh` Install the dotfiles and set up a new Debian machine with popular applications and tools.
- `scripts/` Scripts directory. You may find some useful snippets here. These are never used as dependencies.
- `dotfiles/.local/bin` Dmenu scripts and scripts used by other programs.
- `install.sh`
- `scripts/` Scripts directory. You may find some useful snippets here.
- `nix/` Nix configurations for Linux and macOS.
- `nix-shells/` Nix shells for development environments and temporary programs.
## Getting Started
1. Fork the repository to be able to customize it and make it your own.
1. Install `git` and `curl`.
2. Run the install script by executing the code below in your terminal.
```sh
git clone <your repository>
cd dotfiles
./install.sh
```
3. Make it your own! Tweak the install script, change some settings and add in your own.
2. Run the install script:
## Screenshots
### Installer
![screenshot 1](images/dialog.png)
### Desktop
![screenshot 1](images/sc1.png)
![screenshot 2](images/sc2.png)
## Tested on
- ChromeOS Crostini (Debian 12 Container)
- Debian 12
- Linux Mint 21.3
- Ubuntu 24.04
## Gruvbox theme
![theme](images/gruvbox.png)
```sh
sh <(curl -L https://raw.githubusercontent.com/TrudeEH/dotfiles/refs/heads/main/install.sh)
```