https://github.com/nikiforovall/dotbot
https://github.com/nikiforovall/dotbot
dotbot dotfiles
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nikiforovall/dotbot
- Owner: NikiforovAll
- License: unlicense
- Created: 2022-08-10T20:56:41.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-15T13:07:40.000Z (over 2 years ago)
- Last Synced: 2025-02-12T12:17:02.099Z (2 months ago)
- Topics: dotbot, dotfiles
- Language: Shell
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Dotfiles [](https://github.com/nikiforovall/dotbot/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.Dotfiles uses [Dotbot](https://github.com/anishathalye/dotbot) for installation.
Making Local Customizations
---------------------------You can make local customizations for some programs by editing these files:
* `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`TODO
-----* consider adding ripgrep
* consider adding fzf (it is not installed)Credits
---------* https://github.com/anishathalye/dotfiles