2022-07-30 21:36:01 +03:00
2022-05-24 15:02:12 +03:00
2022-02-04 17:11:21 +03:00
2022-07-30 21:36:01 +03:00
2022-07-30 21:29:36 +03:00
2022-07-27 18:53:39 +03:00
2022-02-04 17:11:21 +03:00
2022-07-24 18:08:44 +03:00

Kan`s dotfiles

TheK4n project

Content

Project description

Config files for:

  • bash
  • zsh
  • alacritty
  • tmux
  • ssh
  • git
  • ranger
  • i3

Prompt

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 S -S 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.
Example:
~/.subbash/bashrc.d/01_hello.sh

echo "Hello $USER!"

Installation

git clone https://github.com/TheK4n/dotfiles
cd dotfiles
make

Description
Languages
Shell 79.6%
Lua 18.2%
Python 1.4%
Ruby 0.7%