my dotfiles for my linux setup :)
- CSS 72.6%
- Lua 19.9%
- Shell 7.5%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .assets | ||
| .configfiles | ||
| .localfiles/bin | ||
| README.md | ||
~\mydotfiles
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