https://github.com/xandeer/dotfiles
https://github.com/xandeer/dotfiles
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/xandeer/dotfiles
- Owner: xandeer
- License: mit
- Created: 2019-09-01T07:39:17.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-15T01:14:21.000Z (4 months ago)
- Last Synced: 2025-02-15T10:38:30.211Z (4 months ago)
- Language: Emacs Lisp
- Size: 297 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.org
- License: LICENSE
Awesome Lists containing this project
README
* Xandeer's dotfiles
** Encrypted dotfiles with GnuPG
Step by step with https://www.abdullah.today/encrypted-dotfiles/
*** Add for example .wakatime.cfg
**** Create directory in root.
#+begin_src sh
mkdir wakatime
#+end_src
**** Move =~/.wakatime.cfg= to =etc=
#+begin_src sh
mv ~/.wakatime.cfg etc
#+end_src#+RESULTS:
**** Alias in dots
#+begin_src sh
cd wakatime
ln -sf ../etc/.wakatime.cfg .wakatime.cfg
#+end_src#+RESULTS:
**** Stow it
#+begin_src sh
stow -t ~ wakatime
#+end_src#+RESULTS:
For me, insert wakatime in Makefile, then =make install=.
**** Finally, encrypt
Look at [[https://github.com/xandeer/dotfiles/blob/master/bin/bin/dots#L15][bin/dots]].
#+begin_src sh
make endot
#+end_src
** Resources
- https://dotfiles.github.io/
- https://www.abdullah.today/encrypted-dotfiles/