Skip to content

Flowm/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Myconf

Repository for managing and distributing my personal dotfiles across various unix systems.

Structure

Folder Info
bin Folder symlinked to ~/bin/myconf
home Contents symlinked to ~/

Setup

cd && git clone [email protected]:Flowm/dotfiles.git ~/.myconf && ~/.myconf/bin/myc -i

Configure git

Don't forget to change your name and email after using the contained .gitconfig

git config --global user.name "Your Name"
git config --global user.email "[email protected]"