Go to file
2024-06-06 01:33:52 +01:00
2024-06-06 01:33:52 +01:00
2024-06-03 15:09:25 +01:00
2024-06-03 11:02:01 +01:00
2024-05-11 18:39:42 +01:00
2024-05-11 19:54:01 +01:00
2024-01-03 15:40:55 +00:00
2024-06-05 22:16:51 +01:00
2024-05-26 23:59:54 +01:00

Trude's Dotfiles

banner

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

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.

Note: The settings.dconf file is applied when the entry Install GNOME is selected.

Getting Started

  1. Fork the repository to be able to customize it and make it your own.

  2. Run the install script by executing the code below in your terminal.

    git clone <your repository>
    cd dotfiles
    ./install.sh
    

    Alternatively, if you did not fork the original repository, run the command below.

    bash <(curl -L https://raw.githubusercontent.com/TrudeEH/dotfiles/main/install.sh)
    
  3. Make it your own! Tweak the install script, change some settings and add in your own.

Screenshots

The install script allows selecting which DE to install.

GNOME (Wayland)

screenshot gnome

DWM (X11)

screenshot dwm

Tested on

  • ChromeOS Crostini (Debian Container)
  • Debian 12
Description
No description provided
Readme MIT 831 MiB
Languages
CSS 49.9%
Vim Script 36.6%
Shell 13.5%