This repository contains my personal configuration files for shells and editors.
- uses chezmoi to manage dotfiles
- runs on Linux and macOS
- contains settings for
- Bash (shell)
- Zsh (shell)
- Neovim (editor)
Install chezmoi and dotfiles with the single command:
sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply pinelibg
Or you can run the following commands in the terminal.
git clone https://github.com/pinelibg/dotfiles.git ~/dotfiles
cd ~/dotfiles
./install.sh
If you're upgrading from the previous version of this dotfiles repository, see Migration Guide.
The code is available under the MIT license. See the LICENSE.txt file for more information.