Skip to content

jakekugel/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Collection of configuration files for bash and other Linux apps. Inspiration from https://github.com/blezek/dotfiles.

Git Setup

Set up username and email.

git config --global user.name "Jake Kugel"
git config --global user.email jake_kugel@yahoo.com
git config --global pull.rebase true
git config --global core.autocrlf input

SSH Setup

cat /dev/zero | ssh-keygen -b 4096 -C "jake_kugel@yahoo.com $(hostname)" -q -N ""

Copy ~/.ssh/id_rsa.pub up to github, etc....

Dotfiles Setup

git clone git@github.com:jakekugel/dotfiles.git .dotfiles
(cd .dotfiles && make)

About

Collection of shell configuration files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages