1
0
Fork 0

Deploying guide

Yup!

Signed-off-by: Yongmin Hong <revi@pobox.com>
This commit is contained in:
revi 2017-06-29 21:53:09 +09:00
parent 6807e24a7f
commit 995fc168c6
Signed by: revi
GPG Key ID: 48AE727894A6F064
1 changed files with 12 additions and 0 deletions

12
Deploying.wiki Normal file
View File

@ -0,0 +1,12 @@
== Deploying dot files ==
1. <code>git clone https://gitlab.com/revi/dots</code>.
2. <code>cd dots</code>
3. <code>cp gitconfig.sample ~/.gitconfig</code>
4. <code>cp .gitaliases ~/.gitaliases</code>
=== If this device is gpg device ===
1. Install gnupg2 and gnupg.
2. Import the private key and public key. Importing keyring files are sufficient.
3. <code>cp .gpg.conf ~/.gnupg/gpg.conf</code>.