This repository contains my personal configuration files for shells and editors.
- creates symbolic links of configuration files from home directory (install.sh)
- runs on Linux and macOS
- contains settings for
- Bash (shell)
- Zsh (shell)
- Neovim (editor)
To use it, run the following commands in the terminal.
git clone https://github.com/pinelibg/dotfiles.git ~/dotfiles
cd ~/dotfiles
./install.sh
The code is available under the MIT license. See the LICENSE.txt file for more information.