https://github.com/gmelodie/dotfiles
Neovim and zsh configuration files' automation
https://github.com/gmelodie/dotfiles
configuration-files dotfiles nvimrc zshrc
Last synced: 3 months ago
JSON representation
Neovim and zsh configuration files' automation
- Host: GitHub
- URL: https://github.com/gmelodie/dotfiles
- Owner: gmelodie
- Created: 2018-09-01T14:07:41.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-07-18T03:35:58.000Z (3 months ago)
- Last Synced: 2025-07-18T05:55:58.659Z (3 months ago)
- Topics: configuration-files, dotfiles, nvimrc, zshrc
- Language: C
- Homepage:
- Size: 998 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
Configuration files automation
If you ever had to format your PC more than twice in a week you know that configuring everything is painful.
But even if you aren't insane enough to format your PC once every hour, you probably spend a couple of hours
configuring it after formating.
What I tried to do is assemble a list of my dotfiles (configuration files) and write a script that copies
and pastes everything into place.
## Currently supported applications
* Neovim
* Zsh
* Gnome Terminal
## Requirements
Installed by default, check `install.sh` for a list of installed modules.
## Installation
With all the requirements installed, simply run
```bash
./install.sh
```
Only update configuration files
```bash
./install.sh -c
```
Print usage help
```bash
./install.sh -h
```
Be sure to log out and log back into your account so that the changes in zsh can take place