Skip to content

berezuev/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dot files

This is my own bash, git and vim configs, hooks and aliases. Seems to be useless for anyone else.

base tools

sudo apt install \
  git \
  mc \
  htop \
  xclip \
  lynx \
  telnet \
  netcat \
  bat \
  graphviz \
  git-delta \
  ncdu

add .gitignore to config

git config --global core.excludesfile ~/.gitignore

git hooks usage

git config --global init.templatedir '~/.git-templates';
chmod a+x ~/.git-templates/hooks/*

Then, re-initialize each existing repo:

git init

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors