Do not follow this link

~r1w1s1/dotfiles

My .dotfiles
641911ea — r1w1s1 4 days ago
remove surf css
a63f74c9 — r1w1s1 4 days ago
add vim-fugitive plugin
d2a16fa9 — r1w1s1 7 days ago
add surf default.css file

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~r1w1s1/dotfiles
read/write
git@git.sr.ht:~r1w1s1/dotfiles

You can also use your local clone with git send-email.

#My .dotfiles

This is a preview of my desktop setup using FVWM3. It showcases the clean and minimalistic design I use, crafted with the configurations provided in this repository.

FVWM3 Desktop

Here you'll find configurations for various tools and applications that I use daily. These dotfiles are managed using GNU Stow, making it easy to symlink configuration files into the appropriate locations.

#Installation

You need to have GNU Stow installed on your system first, I use Slackware(current) , so I'll have it installed using slackpkg:

$ slackpkg install stow

To use my dotfiles, clone this repository into your home directory:

git clone https://git.sr.ht/~r1w1s1/dotfiles ~/.dotfiles

Navigate to the .dotfiles directory

cd ~/.dotfiles

Use GNU Stow to symlink the configurations:

stow .

#Usage

After symlinking the configurations, you can customize them further or start using them immediately. Any changes made to the files within the repository will be reflected in your home directory.

#Contributions

Feel free to fork this repository, make changes, and submit pull requests. I'm open to suggestions for improvements or new configurations.

Do not follow this link