https://github.com/leojpod/dotfiles
my config files
https://github.com/leojpod/dotfiles
dotfiles git kitty-terminal nvim tmux-configs vim-configuration zsh-configuration
Last synced: about 2 months ago
JSON representation
my config files
- Host: GitHub
- URL: https://github.com/leojpod/dotfiles
- Owner: leojpod
- Created: 2018-03-22T10:37:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-11-10T10:38:46.000Z (8 months ago)
- Last Synced: 2025-11-10T12:19:28.448Z (8 months ago)
- Topics: dotfiles, git, kitty-terminal, nvim, tmux-configs, vim-configuration, zsh-configuration
- Language: Vim Script
- Homepage:
- Size: 328 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My dotfiles
## TL;DR
### Requirements
have brew installed on MacOS (linux support for the install part is not done yet)
### Installing
the aim is to make things work quickly and avoid the hassle of setting things up manually.
Run:
```
./install.sh
```
This should download and setup most of the tools needed to run this configs.
It should also link everything dotfiles in place so that your system picks them up directly.
NOTE: when oh-my-zsh install, it launch itself, just `C-d` your way out of it and the script will continue.
you may also need to run the install twice (I don't have the energy to check out why at the moment).
## The setup in a nutshell
I've started using vim and tmux fairly recently (mar-2018) so this is still pretty raw.
This setup uses nvim, tmux and kitty (mostly to get a consistent font-liggature support no matter which OS you're running).
I am fairly happy with the state of it, but I'm sure it's gonna keep changing.