Skip to content

thomasgruebler/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]:thomasgruebler/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]"

Acknowledgements

The repository was forked from github user flowm, who teached me how to use the command line so efficient. Thanks :)

About

My personal dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 85.5%
  • Vim Script 9.7%
  • GDB 4.8%