my dotfiles for my linux setup :)
  • CSS 72.6%
  • Lua 19.9%
  • Shell 7.5%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-09-18 15:20:41 +05:30
.assets changes to README.md and .assets: changed screenshot.png and added link to the wikipedia article for Bash 2026-09-18 14:55:31 +05:30
.configfiles Removed kitty and fastfetch configs; moved from kitty to alacritty, and I use the default config for fastfetch now 2026-09-18 13:18:44 +05:30
.localfiles/bin initial commit 2026-09-18 13:11:37 +05:30
README.md updates to README.md: added alacritty in list of things I use and updates to setup guide. 2026-09-18 15:20:41 +05:30

~\mydotfiles

App Screenshot My config files for niri. Given below is a guide on how to install them to your own system. Do make sure you actually have the required pieces of software first. I have listed what I use down below. With that said, enjoyyy~

What I use

Setup Guide

Make sure you have the necessary pieces of software first. On arch, if you're using paru, you would type the following command:

paru -S --needed fastfetch alacritty matugen neovim niri rofi swayidle swaylock-effects starship waybar

Config files are in .configfiles and scripts are in .localfiles. Run the following commands to move them into their respective directories:

mkdir -p ~/.config ~/.local/bin
git clone https://github.com/AxolotylThatLovesDreaming/mydotfiles
cd mydotfiles
cp -a /.configfiles/ ~/.config && cp -a /.localfiles/ ~/.local

Author

@AxolotylThatLovesDreaming