These are my dotfiles, just a test
Go to file
joelchrono12 fb19af4e9f
ignored stuff
2024-02-16 19:02:21 -06:00
stow_home alacritty 2024-02-16 19:01:21 -06:00
.gitignore ignored stuff 2024-02-16 19:02:21 -06:00
README.org fix typo 2021-08-31 18:57:17 -05:00

README.org

Welcome to my Dotfiles!

Highlights

These are some of the setups you might be more interested in:

Yeah I finally did it!

I decided to configure GNU Stow to finally keep track of the dotfiles of the programs and applications I care about! I am also deciding to give Doom Emacs another chance. Feel free to take a look and take whatever you like to fit your needs!

Wanna learn how to use stow?

I wrote a whole tutorial on how to set it up, check it out in my blog!

Apply this configuration

My configs are done using stow, so you will need to install that program on your computer, just use the default package manager in your distro.

First clone this repository:

git clone https://tildegit.org/chrono/dotfiles.git

Access the stow_home directory

cd dotfiles/stow_home

If you want to import everything, run this line:

stow -vt ~ *

To import a specific program's configuration, just do:

stow -vt ~ name_of_program