https://github.com/riesinger/dotfiles
My personal dotfiles
https://github.com/riesinger/dotfiles
dotfiles linux neovim termite tmux zsh
Last synced: 4 months ago
JSON representation
My personal dotfiles
- Host: GitHub
- URL: https://github.com/riesinger/dotfiles
- Owner: riesinger
- Created: 2016-03-27T23:31:43.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2025-02-11T09:50:24.000Z (over 1 year ago)
- Last Synced: 2025-10-28T02:41:41.903Z (8 months ago)
- Topics: dotfiles, linux, neovim, termite, tmux, zsh
- Language: Shell
- Homepage:
- Size: 2.56 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles
These are the configuration files I apply to most of my machines.
Things that are currently configured:
- Neovim
- ZSH with Starship prompt
- Tmux
## Usage
```sh
git clone --recursive git@github.com:riesinger/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
./install.zsh
```