Skip to content
/ dotfiles Public template
forked from daneah/dotfiles

🗄 Common configuration files to use when setting up or improving a shell environment

License

Notifications You must be signed in to change notification settings

Jaudouard/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

274 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Common configuration files and handy scripts to use when setting up or improving a shell environment.

Installation

$ git clone https://github.com/daneah/dotfiles
$ cd dotfiles
$ git submodule update --init --recursive
$ ./install.zsh

Configuration Files

File Purpose
Brewfile A list of things to be installed using Homebrew
ackrc Configuration for ack. Ignores several common generated output directory patterns.
alexrc Configuration for alex, the considerate writing tool.
aliases.zsh Command aliases that work in zsh but may not be safe for other shells.
ctags Configuration for the ctags indexing tool.
functions.zsh Function definitions useful in zsh that may not be safe for other shells.
gitconfig Configuration to provide convenience methods when using git on the command line. Supports an untracked ~/.gitconfig.local file to avoid committing sensitive information.
hushlogin Tells macOS not to include Last Login messages on shell startup.
npmrc Configuration for npm, namely the directory for global installations.
pystartup Configuration for Python startup, namely to enable readline capabilities from previous sessions along with tab completion.
rvmrc Configuration for RVM, namely to set autoupdating
screenrc Configuration for screen status line
vimrc Configuration to improve the user experience of Vim. No fancy macros, just good highlighting and native settings along with some position history.
zshrc Configuration settings for making zsh even more awesome.

About

🗄 Common configuration files to use when setting up or improving a shell environment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 68.5%
  • Vim Script 20.6%
  • Python 7.0%
  • Ruby 3.9%