Skip to content

katychuang/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

My personal configurations for emacs, vim, etc

This was started to help me remember how to set up new installations of things, and also as something to share with others who are starting to learn how to set up their machines for the first time for development.

Eventually I'd like to automate the installations but for now I've got examples of the configuration settings here in this repo.

Notes

Homebrew

Preferred way of installing apps and libraries is with Homebrew where possible.

Homebrew-Bundle is useful, so is mas-cli

Git config

$ git config --global user.name "John Doe"
$ git config --global user.email johndoe@example.com

Emacs

These settings are typically saved in ~/.emacs or ~/.emacs.d/init.el

Vim

These settings are typically saved in ~/.vimrc

New Mac Machine

A bunch of things are installed for first time use, see new_mac.sh script. Installations are pulled from Homebrew where possible.

git clone git@github.com:katychuang/dotfiles.git

About

My personal configurations for emacs, vim, etc

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published