https://github.com/ston1x/dotfiles
🏡 My dotfiles for zsh, vim, tmux, Alacritty and more
https://github.com/ston1x/dotfiles
alacritty dotfiles openbox tmux vim zsh
Last synced: 11 months ago
JSON representation
🏡 My dotfiles for zsh, vim, tmux, Alacritty and more
- Host: GitHub
- URL: https://github.com/ston1x/dotfiles
- Owner: ston1x
- Created: 2018-03-19T12:22:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-04-07T07:39:37.000Z (about 1 year ago)
- Last Synced: 2025-04-07T08:31:32.060Z (about 1 year ago)
- Topics: alacritty, dotfiles, openbox, tmux, vim, zsh
- Language: Vim Script
- Homepage:
- Size: 753 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles

## Things I use
```ruby
TERMINAL_EMULATOR = 'Alacritty'
MULTIPLEXER = :tmux
EDITOR = :neovim
THEME = 'altercation/vim-colors-solarized'
FONTS = ['IBM Plex Mono', 'Monaco', 'Fira Code', 'Overpass Mono', 'Mononoki']
```