27 lines
472 B
Org Mode
27 lines
472 B
Org Mode
* Dotfiles
|
|
|
|
Compilation of my personal dotfiles, you will need to tweak them for your system.
|
|
I try to comment as many files as possible.
|
|
|
|
** Deployment
|
|
|
|
The deployment is done via GNU stow, which can be done in a few steps:
|
|
|
|
1. Clone the repository
|
|
|
|
#+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
|
|
|
|
3. Run stow
|
|
|
|
#+BEGIN_SRC sh
|
|
stow */
|
|
#+END_SRC
|