Skip to content

dalibor/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Personalized dotfiles. For vim see vimfiles.

Installation

git clone [email protected]:dalibor/dotfiles.git ~/.dotfiles
grep -Fxq "source ~/.dotfiles/bashrc" ~/.bashrc || echo "source ~/.dotfiles/bashrc" >> ~/.bashrc
stow home -t ~/

Configuration

Create ~/.gitconfig.local file with your personal details and preferences:

[user]
  name = Dalibor Nasevic
  email = [email protected]
[commit]
  gpgsign = true
[gpg]
  format = ssh
[user]
  signingkey = ~/.ssh/github2026.pub

About

My dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors