diff --git a/.config/atuin/README.md b/.config/atuin/README.md new file mode 100644 index 00000000..22243a5a --- /dev/null +++ b/.config/atuin/README.md @@ -0,0 +1,28 @@ +
+ + + +## :arrows_counterclockwise: [Shell History Sync](#arrows_counterclockwise-about) + +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. + +## :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. + +Apart from that, the configuration file can be used with all the common shells like zsh, bash, etc. + +For more info on how to configure the Atuin config file, check out the **official [Atuin Configuration Guide](https://atuin.sh/docs/config/)**. + +## :camera: [Gallery](#camera-gallery) + + + + diff --git a/.config/atuin/config.toml b/.config/atuin/config.toml index 8555c450..036371ae 100644 --- a/.config/atuin/config.toml +++ b/.config/atuin/config.toml @@ -91,5 +91,4 @@ inline_height = 40 # "^/very/secret/area" # ] -invert = true enter_accept = true diff --git a/.github/assets/images/atuin-title.png b/.github/assets/images/atuin-title.png new file mode 100644 index 00000000..d9582b91 Binary files /dev/null and b/.github/assets/images/atuin-title.png differ diff --git a/.github/assets/images/dotfiles-config.png b/.github/assets/images/dotfiles-config.png new file mode 100644 index 00000000..63d086bc Binary files /dev/null and b/.github/assets/images/dotfiles-config.png differ diff --git a/.github/assets/images/screenshots/atuin-overview-1.png b/.github/assets/images/screenshots/atuin-overview-1.png new file mode 100644 index 00000000..a2952ba1 Binary files /dev/null and b/.github/assets/images/screenshots/atuin-overview-1.png differ diff --git a/.github/assets/images/screenshots/atuin-overview-2.png b/.github/assets/images/screenshots/atuin-overview-2.png new file mode 100644 index 00000000..cdbb02a6 Binary files /dev/null and b/.github/assets/images/screenshots/atuin-overview-2.png differ