Skip to content

m7alleus/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install

Your dotfiles are personal. Fork this repo on Github, and then get it on your computer.

git clone git@github.com:#{you}/dotfiles.git
cd dotfiles

Then edit the gitconfig and other files with your own preferences. Then when you're done, save these config (that's why you forked the repo).

git commit -am "I love unicorns"
git push origin master

Customization

You will want to customize your environment.

For example, to customize your zsh config, make your changes in ~/.zshenv:

# Me
export EMAIL=__________________

# Amazon credentials
export AMAZON_ACCESS_KEY=________________________
export AMAZON_SECRET_KEY=_______________________

You can set up your aliases in ~/.aliases, they will be loaded up automatically.

About

Dot files for my setup (shell = zsh)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 98.3%
  • Vim Script 1.7%