remove surf css
add vim-fugitive plugin
add surf default.css file
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.
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.
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 .
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.
Feel free to fork this repository, make changes, and submit pull requests. I'm open to suggestions for improvements or new configurations.