This repository has been archived on 2026-04-18. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
dotfiles/README.md

22 lines
1.0 KiB
Markdown
Raw Normal View History

2024-09-26 22:23:45 -04:00
# My Dotfiles ✨
These are my dotfiles for my laptop and desktop (which I use [NixOS](https://nixos.org/) and [home-manager](https://github.com/nix-community/home-manager) on).
## What do I use?
Browser: Firefox 🦊 (actually [Zen Browser](https://github.com/zen-browser/desktop) :p)
2025-06-23 22:59:06 -07:00
Text Editor: [Doom Emacs](https://github.com/doomemacs/doomemacs)
2024-09-26 22:23:45 -04:00
2025-07-07 04:15:28 -07:00
Terminal: [alacritty](https://github.com/alacritty/alacritty)
2024-09-26 22:23:45 -04:00
Shell: [fish](https://fishshell.com/) with the [pure](https://github.com/pure-fish/pure) prompt
WM: [niri](https://github.com/YaLTeR/niri) (KDE on my desktop)
There is more that I'm using, but those are the main ones! Read my configs to get more into the specifics.
2025-02-05 16:00:46 -05:00
### Background
2025-02-07 22:35:51 -05:00
- Got my background from [here](https://old.reddit.com/r/celestegame/comments/11dtgwg/all_most_of_the_backgrounds_in_celeste_edited/) and used the command `magick input.png -filter Point -resize 2880x1920! output.png` to upscale it bilinearly
2025-08-08 20:20:10 -07:00
## TODO!
- [ ] Seperate out common shell utilities into a module or some sort (could be used on other machines)