aarmour / dotfiles

A set of configuration files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dotfiles

A set of configuration files.

Getting started

Setup is not automated (yet). For now:

ln -s ~/dotfiles/zsh .zsh
ln -s ~/dotfiles/zshrc .zshrc
ln -s ~/dotfiles/git/gitconfig .gitconfig
ln -s ~/dotfiles/git/gitignore .gitignore

Create ~/.gitconfig.local and add:

[user]
  name = Your Name
  email = your.name@example.com

To change system defaults, copy the macos file and uncomment the desired lines, then run the script:

cp ~/dotfiles/macos ~/macos.local
~/macos.local

About

This project was adapted from several sources:

About

A set of configuration files.

License:Other


Languages

Language:Shell 98.9%Language:Vim Script 1.1%