2019-11-16 11:13:09 +01:00
|
|
|
* Dotfiles
|
|
|
|
|
2020-09-22 01:03:16 +02:00
|
|
|
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
|
|
|
|
2020-09-22 01:03:16 +02:00
|
|
|
** Deployment
|
2019-11-16 11:13:09 +01:00
|
|
|
|
2020-09-22 01:03:16 +02:00
|
|
|
The deployment is done via GNU stow, which can be done in a few steps:
|
2019-11-16 11:13:09 +01:00
|
|
|
|
2020-09-22 01:03:16 +02:00
|
|
|
1. Clone the repository
|
|
|
|
|
2019-11-17 16:54:54 +01:00
|
|
|
#+BEGIN_SRC sh
|
2020-09-22 01:03:16 +02:00
|
|
|
git clone https://git.coolneng.duckdns.org/coolneng/dotfiles ~/.dotfiles
|
|
|
|
#+END_SRC
|
|
|
|
|
|
|
|
2. Change the working directory
|
|
|
|
|
|
|
|
#+BEGIN_SRC sh
|
|
|
|
cd ~/.dotfiles
|
|
|
|
#+END_SRC
|
|
|
|
|
2021-08-11 21:45:06 +02:00
|
|
|
3. Enter a nix-shell
|
2020-09-22 01:03:16 +02:00
|
|
|
|
|
|
|
#+BEGIN_SRC sh
|
2021-08-11 21:45:06 +02:00
|
|
|
nix-shell
|
2019-11-17 16:54:54 +01:00
|
|
|
#+END_SRC
|