https://github.com/rylan12/legacy-dotfiles
My dotfiles
https://github.com/rylan12/legacy-dotfiles
dotbot dotfiles
Last synced: about 1 year ago
JSON representation
My dotfiles
- Host: GitHub
- URL: https://github.com/rylan12/legacy-dotfiles
- Owner: Rylan12
- License: mit
- Archived: true
- Created: 2020-04-28T14:52:48.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-06-12T15:32:47.000Z (about 2 years ago)
- Last Synced: 2025-03-14T05:41:43.541Z (over 1 year ago)
- Topics: dotbot, dotfiles
- Language: Shell
- Homepage:
- Size: 837 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Dotfiles
========
My dotfiles use [dotbot][dotbot] for installation and are based strongly on [Anish Athalye's][anish] [dotfiles][anish-dotfiles].
To use, just run `git clone https://github.com/Rylan12/dotfiles.git && cd dotfiles && ./install`
Making Local Customizations
---------------------------
You can make local customizations for some programs by editing these files:
- `git`: `~/.gitconfig_local`
- `vim`: `~/.vimrc_local`
- all shells: `~/.shell_local_before` or `~/.shell_local_after`
- `bash`: `~/.bashrc_local_before` or `~/.bashrc_local_after`
- `zsh`: `~/.zshrc_local_before` `~/.zshrc_local_after`
[dotbot]: https://github.com/anishathalye/dotbot
[anish]: https://github.com/anishathalye
[anish-dotfiles]: https://github.com/anishathalye/dotfiles