An open API service indexing awesome lists of open source software.

https://github.com/dssgabriel/dotfiles

My (outdated) system configuration.
https://github.com/dssgabriel/dotfiles

config dotfiles linux

Last synced: 12 months ago
JSON representation

My (outdated) system configuration.

Awesome Lists containing this project

README

          

#+TITLE: My Dotfiles
#+AUTHOR: Gabriel Dos Santos
#+DATE: 01/01/2024

#+ATTR_HTML: :title Badge :align center
[[https://img.shields.io/badge/Made_with-Doom_Emacs-blueviolet.svg?style=flat-square&logo=GNU%20Emacs&logoColor=white]]

* What are dotfiles?
In the Unix world, programs are configured either via shell arguments or plain-text files, often starting with a period (a dot), hence their name. You may notice that many of the dotfiles contain ~rc~ at the end of their name (~.bashrc~, ~.vimrc~, etc...). Those are "runcom" files that contain an application's startup instructions. These dotfiles are used to customize and/or personalize your programs to make your system truly unique.

# The goal of my setup was to create a minimal, distraction-free, work environment using the least amount of hardware resources (less than 300MB of memory usage at idle). [[https://www.reddit.com/r/unixporn/wiki/themeing/dictionary#wiki_rice][Ricing]] and other visual improvements were a secondary goal. The color scheme is meant to be easy on the eyes, with a low contrast between colors (unlike Gruvbox, which my theme, [[https://gitlab.com/snakedye/chocolate][Chocolate]], is based on). It also avoids blueish colors which cause strain and fatigue.

This repository stores the current configuration of my system so that I can quickly access it when doing an install on a new machine or VM. Of course, you are free to use all or parts of this repository for your own config!

* Configuration
- Operating System: Fedora
- Desktop manager: Gnome
- Terminal emulator: Wezterm & Ghostty
- Text editor: Helix

* Some screenshots from my previous Arch Linux config
#+ATTR_HTML: :title Workflow :align center
[[https://github.com/dssgabriel/dotfiles/blob/master/.screenshots/workflow.png]]

#+ATTR_HTML: :title Misc :align center
[[https://github.com/dssgabriel/dotfiles/blob/master/.screenshots/misc.png]]