From 14349604b5b20a6eb4fa9fc6a09ed58fb4fbe399 Mon Sep 17 00:00:00 2001 From: trueold89 Date: Fri, 28 Jun 2024 16:03:33 +0300 Subject: [PATCH] Add Readme.md --- Readme.md | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 Readme.md diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..0c9b554 --- /dev/null +++ b/Readme.md @@ -0,0 +1,61 @@ +# Me Fish-shell Configuration + +## Available on: +[![](https://cloud.orudo.ru/apps/files_sharing/publicpreview/RpcoJB8FwgNmqHC?file=/&fileId=48757&x=1920&y=1200&a=true&etag=10effec96382ba8b9fc181a5c1c85012)](https://git.orudo.ru/trueold89/fishdots) +[![](https://cloud.orudo.ru/s/D8xtkTS8ZBCq8fC/download/GH.png)](https://github.com/trueold89/fishdots) + +## 🖼️ Screenshot: +![](https://i.imgur.com/Qehd1YY.png) + +*** + +## 📥 Install: + +**Install dependencies:** + +| **Dependency** | **Function** | +| --- | --- | +| git | Required to run some plugins and install this configuration | +| fisher | Plugin manager | +| fzf | Search | + +**Make a backup of your current fish folder:** + +```bash +mv ~/.config/fish ~/.config/fish.bak +mv ~/.local/share/fish ~/.local/share/fish.bak +``` + +**Install [fisher](https://github.com/jorgebucaran/fisher):** +```bash +curl -sL https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish | source && fisher install jorgebucaran/fisher +``` + +**Clone the repository and relogin:** +```bash +git clone --depth 1 https://git.orudo.ru/trueold89/fishdots.git ~/.config/fish && source +``` + +*** + +### ℹ️ Plugins: +--- +| Plugin | Function | +| ------ | -------- | +| **Z** | Fast cd | +| **FZF** | Search | + +### ℹ️ Hotkeys: +--- +| Hotkey | Function | +| ------ | -------- | +| **alt + n** | Execute `ranger .` | +| **alt + b** | Execute `btm` | +| **alt + g** | Execute `lazygit` | + +### ℹ️ Aliases: +--- +| Alias | Command | +| ------ | -------- | +| **v** | `nvim` | +| **in** | `doas xbps-install -Suu` |