Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anishathalye/dotfiles
~anish • powered by https://github.com/anishathalye/dotbot 💾
https://github.com/anishathalye/dotfiles
Last synced: 5 days ago
JSON representation
~anish • powered by https://github.com/anishathalye/dotbot 💾
- Host: GitHub
- URL: https://github.com/anishathalye/dotfiles
- Owner: anishathalye
- License: mit
- Created: 2013-07-05T15:27:13.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-08-17T15:26:08.000Z (3 months ago)
- Last Synced: 2024-08-17T16:39:41.628Z (3 months ago)
- Language: Shell
- Homepage:
- Size: 537 KB
- Stars: 696
- Watchers: 15
- Forks: 278
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-starred-test - anishathalye/dotfiles - ~anish • powered by https://github.com/anishathalye/dotbot 💾 (Shell)
- awesome-starred - anishathalye/dotfiles - ~anish • powered by https://github.com/anishathalye/dotbot 💾 (others)
- jimsghstars - anishathalye/dotfiles - ~anish • powered by https://github.com/anishathalye/dotbot 💾 (Shell)
README
# Dotfiles [![Build Status](https://github.com/anishathalye/dotfiles/workflows/CI/badge.svg)](https://github.com/anishathalye/dotfiles/actions?query=workflow%3ACI)
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-local].Dotfiles uses [Dotbot][dotbot] for installation.
Making Local Customizations
---------------------------You can make local customizations for some programs by editing these files:
* `vim` : `~/.vimrc_local`
* `emacs` : `~/.emacs_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`
* `hg` : `~/.hgrc_local`
* `tmux` : `~/.tmux_local.conf`License
-------Copyright (c) Anish Athalye. Released under the MIT License. See
[LICENSE.md][license] for details.[dotfiles-local]: https://github.com/anishathalye/dotfiles-local
[dotbot]: https://github.com/anishathalye/dotbot
[license]: LICENSE.md