From eea1e69238ef690b38a4c4f5d865bb1833ef508d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sun, 29 Oct 2023 00:45:23 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20docs(README):=20specify=20more?= =?UTF-8?q?=20information=20at=20atuin=20README=20and=20at=20the=20dots=20?= =?UTF-8?q?README=20for=20the=20pictures?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/atuin/.github/README.md | 12 ++++++++---- .github/README.md | 2 ++ 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.config/atuin/.github/README.md b/.config/atuin/.github/README.md index 6da18a8a..4e523d35 100644 --- a/.config/atuin/.github/README.md +++ b/.config/atuin/.github/README.md @@ -12,14 +12,18 @@ Atuin is such a cool tool. It lets you easily sync all your shell history across multiple devices. I was looking for something like this for a while, and I'm glad I found it. +After the installation, you have to create a user with a password and save the key that will be given to you. Then you use that key and user on the other PC to sync their history together. + ## :gear: [Configuration](#gear-config) -I have set Atuin to function with my shell (fish), so if you have a different shell, go over to the Fish Configuration section of the dotfiles to see how to change it. -That's only part of initializing Atuin to be able to work with your shell. +Atuin works at the start of a session with the shell you have. -Apart from that, the configuration file can be used with all the common shells like zsh, bash, etc. +The base configuration found here can be used regardless of the shell you have `:)` -For more info on how to configure the Atuin config file, check out the **official [Atuin Configuration Guide](https://atuin.sh/docs/config/)**. +I have Atuin configured to work with the fish shell, as it is the one I use on a daily basis. If you want to know how to change it, take a look at the **official [Atuin Configuration Guide](https://atuin.sh/docs/config/)**. + +Aside from that, I have configured Atuin to replace the up-arrow history of Fish with a fuzzy search included in Atuin itself. +I also changed the frequency at which Atuin syncs its history with the server; it basically syncs every time you execute a command (**dont worry**, it will not slow down your shell). ## :camera: [Gallery](#camera-gallery) diff --git a/.github/README.md b/.github/README.md index eccdfa48..100a73e5 100644 --- a/.github/README.md +++ b/.github/README.md @@ -129,6 +129,8 @@ Here is some _small_ information about my setup: ![overview-2](./assets/images/overview-2.png) ![overview-3](./assets/images/overview-3.png) +> :information_source: For specific images and videos about each tool, check out their own READMEs at their respective config folders. + ## :tada: Credits Big thanks to everyone at r/unixporn for inspiring me to make this!