-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
29 lines (19 loc) · 782 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Miscellaneous scripts, wrappers, and configuration files
for commands and programs I may use.
To bootstrap a new machine
--------------------------
Make sure git(1) is installed, then:
1) # getting 'etc'
$ git clone https://github.com/polijan/etc.git
2) # create my "base" directories
$ ./etc/etc-mkdirs
After that and after installing some known programs
---------------------------------------------------
Deployement of 'etc' content into the home directory is best
managed by the 'etc-stow' script, which is powered by GNU stow.
So make sure GNU stow is installed, then:
1) # deploy the config as symlinks into ~
$ ~/PATH/TO/etc/etc-stow -R
(solve the stow conflicts, if any)
2) # reload your shell (as there might be new aliases, ...)
$ exec $SHELL -l