uelei / dotfiles

dot files and some important files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dotfiles

My dotfiles for my daily use

To link all files

stow -t ~ kitty nvim zsh

Configure Git

git config --global commit.gpgsign true
git config --global pull.ff only
gpg --list-secret-keys
git config --global user.signingkey MYKEY

Tmux setup

git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm

after install tmux tmp press the following keys

crtl+space and I

About

dot files and some important files

License:MIT License


Languages

Language:Lua 82.4%Language:Shell 17.6%