Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/foufoujoujou/dot-files
- Owner: FouFouJouJou
- Created: 2023-07-08T19:13:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-17T08:44:32.000Z (6 months ago)
- Last Synced: 2024-07-17T10:54:26.926Z (6 months ago)
- Topics: alacritty, bashrc, bspwm, dotfiles, dunst, emacs, i3, nvim, sxhkd, vim
- Language: Shell
- Homepage:
- Size: 88.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
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_SRCIn order to apply only a select number of configurations. For example only alacritty:
#+BEGIN_SRC bash
stow --target=$HOME alacritty
#+END_SRCOr 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.