My configuration ("dot") files
aljustiet c36c9caaa4 Removed zathura README | 6 місяців тому | |
---|---|---|
X | 4 роки тому | |
dunst | 6 роки тому | |
etc | 2 роки тому | |
fontconfig | 8 роки тому | |
git | 8 роки тому | |
gtk | 8 роки тому | |
kbd | 9 роки тому | |
lirc | 8 роки тому | |
mime | 9 роки тому | |
mosd | 9 роки тому | |
mplayer | 8 роки тому | |
mpv | 2 роки тому | |
nbfc | 5 роки тому | |
openbox | 8 роки тому | |
postgresql | 7 роки тому | |
rtorrent | 8 роки тому | |
sbcl | 9 роки тому | |
sxiv | 2 роки тому | |
syslog | 9 роки тому | |
top | 9 роки тому | |
tvtime | 8 роки тому | |
wget | 7 роки тому | |
youtube-dl | 3 роки тому | |
yt-dlp | 3 роки тому | |
zathura | 6 місяців тому | |
.gitignore | 6 роки тому | |
COPYING | 9 роки тому | |
README.org | 8 роки тому | |
bootstrap | 8 роки тому | |
config.scm | 3 роки тому | |
help | 7 роки тому |
This repository contains:
config.scm
Guile script) to deal with my configs.So to deploy my config files, appropriate symlinks are being created
(for example, ~/.bashrc
is becoming a symlink to bash/bashrc
from
this repo). For this purpose (and for other useful actions, like
listing available configs or removing old configuration files), I use
=config.scm= script from this repo. It relies on my guile modules.
config.scm
deploys (symlinks) itself to ~/bin/config
and as ~/bin
directory is in my PATH, I can refer to it as config
. Although it
provides "-h"/"--help" option, here are some examples anyway:
#+BEGIN_SRC shell config --fetch --deploy #+END_SRC
#+BEGIN_SRC shell config -l #+END_SRC
#+BEGIN_SRC shell config --show emacs shepherd #+END_SRC
After installing a new operating system, my first wish is to have all my
configs deployed! So I just clone this repo and run bootstrap
shell
script which does the job for me (it downloads my guile modules and
executes config.scm
using them). There is also help
shell script to
remind me the details of bootstrapping process on a fresh system.