dotfiles/README.md
2024-02-10 15:59:29 +03:00

1.1 KiB

Kan`s dotfiles

TheK4n project

Content

Project description

Config files for:

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

Prompt

Prompt

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:
~/.config/bash/bashrc.d/01_hello.sh

echo "Hello $USER!"

Installation

git clone https://github.com/TheK4n/dotfiles
cd dotfiles
stow -R --target ~/.config home/user/.config