Configuration files for my GNU/Linux installation.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
dotfiles/README.md

1.2 KiB

Preview

Stuff I use

Installing dotfiles

git clone git.wych.dev/repos/dotfiles.git && cd dotfiles

Then use stow to create symlinks for each dotfile: $ stow (stow options) (package)

-S, --stow 	: Install
-D, --delete	: Uninstall
Read more in the manual page for stow.
$ man stow

i.e. $ stow -S vim

I use nix: home-manager. I suggest you do too. stow is fine until it isn't.

If you want to try out my nix config, then you can do this:

home-manager switch --flake .#elal

Be sure that your hostname is exa and your username is elal.

I suggest you change the above to your hostname and your username.