https://github.com/snuffish/dotfiles
My own WezTerm (zsh), NeoVIM, tmux Setup.
https://github.com/snuffish/dotfiles
dotfiles nvim tmux wezterm
Last synced: 2 months ago
JSON representation
My own WezTerm (zsh), NeoVIM, tmux Setup.
- Host: GitHub
- URL: https://github.com/snuffish/dotfiles
- Owner: snuffish
- Created: 2024-12-03T19:38:45.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-28T17:44:18.000Z (over 1 year ago)
- Last Synced: 2025-03-28T18:40:55.822Z (over 1 year ago)
- Topics: dotfiles, nvim, tmux, wezterm
- Language: Lua
- Homepage:
- Size: 607 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Snuffish dotfiles
## Setup
Run this in the terminal: `echo "source ~/.terminal/__init__.bash" >> ~/.bash_profile`
### Symbol links
Create symlinks for configurations of applications
```bash
# NeoVIM
mkdir -p ~/.config && ln -sf ~/.terminal/nvim ~/.config/nvim
# Tmux
ln -sf ~/.terminal/tmux/tmux.conf ~/.tmux.conf
# WezTerm
mkdir -p ~/.config/wezterm && ln -sf ~/.terminal/wezterm/wezterm.lua ~/.wezterm.lua
```