Skip to content

englercj/code-style

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

code-style

My common code style files

Install

# clone the repo to /tmp
git clone https://github.com/englercj/code-style.git /tmp/code-style &&

# copy the dotfiles over (but not .git, readme, or the folder itself)
find /tmp/code-style/ ! \( -path "*.git" -o -path "*.git/*" -o -name "README.md" -o -path "/tmp/code-style/" \) -exec cp {} . \; &&

# remove the cloned folder
rm -rf /tmp/code-style/

About

My opinionated code style

Resources

Stars

Watchers

Forks

Packages

No packages published