/dotfiles

My dot files • powered by https://git.io/dotbot 💾

Primary LanguageShellMIT LicenseMIT

Dotfiles

After cloning this repo, run install to automatically set up the development environment. Note that the install script is idempotent: it can safely be run multiple times.

For the color scheme to look right, you will also need terminal-specific support. The configuration for that, along with a whole bunch of other machine-specific configuration, is located in dotfiles-local.

Dotfiles uses Dotbot for installation.

Making Local Customizations

You can make local customizations for some programs by editing these files:

  • vim : ~/.vimrc_local
  • zsh / bash : ~/.shell_local_before run first
  • zsh : ~/.zshrc_local_before run before .zshrc
  • zsh : ~/.zshrc_local_after run after .zshrc
  • zsh / bash : ~/.shell_local_after run last
  • git : ~/.gitconfig_local
  • tmux : ~/.tmux_local.conf

License

Copyright (c) 2013-2019 Anish Athalye. Released under the MIT License. See LICENSE.md for details.

Issues

In Ubuntu, if you get the following error:

tput no value for $term and no -t specified

just add the following line:

export TERM=xterm

in /etc/profile