From 2a5d94d912eae1c56c7e164a012124ad9e1cbe35 Mon Sep 17 00:00:00 2001 From: Thek4n Date: Mon, 27 Nov 2023 14:19:15 +0300 Subject: [PATCH] doc(README.md) --- README.md | 48 +++++------------------------------- home/user/.config/git/config | 8 +++--- 2 files changed, 10 insertions(+), 46 deletions(-) diff --git a/README.md b/README.md index 332eb05..974dbdb 100644 --- a/README.md +++ b/README.md @@ -37,53 +37,13 @@ Config files for: Prompt

-### i3 - - -| Feature | Shortcut | -|:------------------------|:-------------------------------------------------------:| -| Full Screen | PrtScr | -| Selection | Shift + PrtScr | -| Active Window | Super + PrtScr | -| Clipboard Full Screen | Ctrl + PrtScr | -| Clipboard Selection | Ctrl + Shift + PrtScr | -| Clipboard Active Window | Ctrl + Super + PrtScr | - - -### ZSH global aliases - -| Alias | Equals | Description | -|:------------------------|:-------------------------------------------------|:----------------------------| -| `git diff L` | `git diff \| less -R` | View stdout | -| `cat main.py HL py` | `cat main.py \| highlight -O ansi --syntax py` | Highlight syntax | -| `redis-server BG` | `redis-server &>/dev/null &` | Run command in background | - - -You can add your files to the `~/.subbash/bashrc.d` directory for bash or `~/.subzsh/zshrc.d` directory for zsh so that they automatically run in ascending order when you open a terminal.\ +You can add your files to the `~/.config/bash/bashrc.d` directory for bash or `~/.config/zsh/zshrc.d` directory for zsh so that they automatically run in ascending order when you open a terminal.\ Example:\ -`~/.subbash/bashrc.d/01_hello.sh` +`~/.config/bash/bashrc.d/01_hello.sh` ```bash echo "Hello $USER!" ``` -### VIM shortcuts - -| Command | Description | -|:-----------------------:|:----------------------------------------------------| -| ,ff | Project files search by Telescope | -| ,fg | Search words in project | -| ,eh | Show hiden symbols like tabs | -| ,l | Line number styles | -| ,c | Highlight cursor line | -| ,/ | Toggle search highlight | -| ,qq | Delete current buffer | -| ,qa | Close all without saving | -| ,t | Tagbar | -| ,rr | Run script in new tab (python, go, preview markdown)| -| ,rs | Run script in new tab by shebang | -| ,rf | Format file (go, rust) | - - ## Installation @@ -95,10 +55,14 @@ cd dotfiles ## Installation script +Per-user dotfiles "package" manager ### Features 1. Installing files from dotfiles/home/user to $HOME 2. Uninstalling installed files +3. Check installation integrity +4. Transaction based installation +5. Do not overwrite your configs ### Dependencies * bash diff --git a/home/user/.config/git/config b/home/user/.config/git/config index 672c227..d2416a0 100644 --- a/home/user/.config/git/config +++ b/home/user/.config/git/config @@ -54,10 +54,10 @@ add-unmerged = "!git add $(git ls-files --unmerged | cut -f2 | sort -u)" [github] - user = "TheK4n" - email = "djvlad967891@gmail.com" + user = "thek4n" + email = "thek4n@yandex.ru" [user] - name = "TheK4n" - email = "djvlad967891@gmail.com" + name = "thek4n" + email = "thek4n@yandex.ru" signingkey = "thek4n"