Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/foufoujoujou/dot-files

Configuration files for various software I use (mostly GNU/Linux utilities)
https://github.com/foufoujoujou/dot-files

alacritty bashrc bspwm dotfiles dunst emacs i3 nvim sxhkd vim

Last synced: 11 days ago
JSON representation

Configuration files for various software I use (mostly GNU/Linux utilities)

Awesome Lists containing this project

README

        

#+TITLE: My dot files repository
#+OPTIONS: \n:t
*** Notes
This setup was not tested with anything other than linux
*** Prerequisites
Make sure to install [[https://command-not-found.com/stow][GNU Stow]]
*** Applying configuration
In order to apply *all* the configurations:
#+BEGIN_SRC bash
stow --target=$HOME .
#+END_SRC

In order to apply only a select number of configurations. For example only alacritty:
#+BEGIN_SRC bash
stow --target=$HOME alacritty
#+END_SRC

Or alacritty, neovim and emacs:
#+BEGIN_SRC bash
stow --target=$HOME alacritty nvim emacs
#+END_SRC
Each command line argument corresponds to the name of the directory associated with its respective piece of software.