dotfiles are the files that starts with a . (dot). This files are generally responsible for software configurations. This repository contains my favorite and most used dotfiles in my Arch Linux setup.
For wallpapers you can check my other repo.
Screenshots are somewhere down there.
| Module Type | Module Name |
|---|---|
| Window Manager | sway |
| Terminal | foot |
| Status Bar | waybar |
| Display Manager | ly |
| Text Editor | nvim |
| Shell | fish-shell |
| App Launcher | fuzzel |
| File Manager | yazi |
| Promt Theme Engine | starship |
| Notification Deamon | swaync |
| Screen Locker | swaylock-effects |
| System Info Tool | fastfetch |
| Resource Monitor | btop |
There is no installation script yet, but in the meantime you can clone the repo and copy the contents of the ./config folder into your ./config folder.
Example:
git clone https://github.com/lvntcnylmz/dotfiles.git
cp -r dotfiles/.config/* ~/.config
- Add installation script
- Better documentation