https://github.com/leo310/dotfiles
All my config files. Feel free to use them!
https://github.com/leo310/dotfiles
dotfiles nvim tmux vim
Last synced: 2 months ago
JSON representation
All my config files. Feel free to use them!
- Host: GitHub
- URL: https://github.com/leo310/dotfiles
- Owner: Leo310
- Created: 2021-04-30T22:11:27.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-22T19:09:19.000Z (about 2 years ago)
- Last Synced: 2025-07-22T23:52:57.901Z (11 months ago)
- Topics: dotfiles, nvim, tmux, vim
- Language: Lua
- Homepage:
- Size: 141 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Installation
### Download and change folder
```
cd ~
git clone https://github.com/Leo310/dotfiles.git
cd dotfiles
```
### Run install (prerequisites: stow)
```
./install
```
# Uninstallation
### Change to dotfiles folder
```
cd ~/dotfiles
```
### Run uninstaller (same as installer)
```
./uninstall
```