dotfiles/README.org

27 lines
471 B
Org Mode
Raw Normal View History

2019-11-16 11:13:09 +01:00
* Dotfiles
Compilation of my personal dotfiles, you will need to tweak them for your system.
I try to comment as many files as possible.
2019-11-16 11:13:09 +01:00
** Deployment
2019-11-16 11:13:09 +01:00
The deployment is done via GNU stow, which can be done in a few steps:
2019-11-16 11:13:09 +01:00
1. Clone the repository
2019-11-17 16:54:54 +01:00
#+BEGIN_SRC sh
git clone https://git.coolneng.duckdns.org/coolneng/dotfiles ~/.dotfiles
#+END_SRC
2. Change the working directory
#+BEGIN_SRC sh
cd ~/.dotfiles
#+END_SRC
2022-05-19 19:15:19 +02:00
3. Run stow
#+BEGIN_SRC sh
2022-05-19 19:15:19 +02:00
stow *
2019-11-17 16:54:54 +01:00
#+END_SRC