From a871acf901b8741d0abd3b3e06f51c45977931e1 Mon Sep 17 00:00:00 2001 From: Antoine Phan Date: Sat, 27 Jul 2024 00:18:05 +0700 Subject: [PATCH] Update README --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 99749ba..da6772e 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,13 @@ My configuration and styling for things I use on my Linux PC, while embracing the power of GNU Stow and symlink! -Shoutout to **Dreams of Autonomy** and [this amazing video](https://youtu.be/y6XCebnB9gs) about managing dotfiles. +```sh +git clone git@github.com:notkaramel/dotfiles ~/dotfiles +cd ~/dotfiles +stow +``` + +Credit: to [**Dreams of Autonomy** video](https://youtu.be/y6XCebnB9gs) and [**DevInsideYou**'s video](https://youtu.be/CFzEuBGPPPg) on GNU stow. # License (CC0 1.0 Universal) > See [LICENSE](LICENSE) for the full text. @@ -10,3 +16,6 @@ Shoutout to **Dreams of Autonomy** and [this amazing video](https://youtu.be/y6X notkaramel/dotfiles by Antoine Phan (@notkaramel) is marked with CC0 1.0 Universal. To view a copy of this license, visit http://creativecommons.org/publicdomain/zero/1.0 Essentially, you can do whatever you want with this and no need to credit me for the :sparkles: inspiration :sparkles:. (I'd appreciate it if you did, though!) + +# Notes +- Network interface is set to `wlan0`