From 25392d6474d4b27ab04a9ac4f2358f85fdd86c25 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Wed, 8 Feb 2023 01:27:30 +0200 Subject: Rename org file to doc --- doc.org | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 doc.org (limited to 'doc.org') diff --git a/doc.org b/doc.org new file mode 100644 index 0000000..ef97e82 --- /dev/null +++ b/doc.org @@ -0,0 +1,29 @@ +#+title: Dotfiles | My Linux setup +#+export_file_name: README.md +#+OPTIONS: num:nil + +* About + +Personal dotfiles, managed with GNU stow + +I use this repo to keep my configurations synchronized across different machines. Including a macOS laptop. + +/Qtile with vanilla emacs/ + [[file:pictures/showcase.png]] + +* Installation ++ clone repository +#+begin_src sh + git clone https://github.com/ThanosApollo/dotfiles.git ~/dotfiles +#+end_src ++ Install [[https://www.gnu.org/software/stow/][GNU stow]] +#+begin_src sh + guix install stow # use the package manager of your distro if not guix + + cd ~/dotfiles + stow . # if you get errors, rename your files that produce them, e.g mv ~/.bashrc ~/.bashrc_backup +#+end_src + +* Important! +*I do not recommend to run my dotfiles as is. Proceed with caution, you are better off copying parts of my code and implementing them in your own configuration* + -- cgit v1.2.3 From 88fb16800ba4c50d55577ea624c2b32aac676c8c Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Wed, 8 Feb 2023 01:37:02 +0200 Subject: update doc --- doc.org | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'doc.org') diff --git a/doc.org b/doc.org index ef97e82..9b88813 100644 --- a/doc.org +++ b/doc.org @@ -13,13 +13,15 @@ I use this repo to keep my configurations synchronized across different machines * Installation + clone repository -#+begin_src sh + +#+begin_src bash git clone https://github.com/ThanosApollo/dotfiles.git ~/dotfiles #+end_src + Install [[https://www.gnu.org/software/stow/][GNU stow]] -#+begin_src sh + +#+begin_src bash guix install stow # use the package manager of your distro if not guix - + cd ~/dotfiles stow . # if you get errors, rename your files that produce them, e.g mv ~/.bashrc ~/.bashrc_backup #+end_src -- cgit v1.2.3