https://github.com/den1al/dotfiles
✨ My dotfiles ✨
https://github.com/den1al/dotfiles
dotfiles lazygit neovim tmux wezterm zsh
Last synced: 2 months ago
JSON representation
✨ My dotfiles ✨
- Host: GitHub
- URL: https://github.com/den1al/dotfiles
- Owner: Den1al
- Created: 2024-06-06T17:24:04.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2026-02-17T12:02:36.000Z (4 months ago)
- Last Synced: 2026-02-17T14:45:02.321Z (4 months ago)
- Topics: dotfiles, lazygit, neovim, tmux, wezterm, zsh
- Language: Lua
- Homepage: http://lala.sh
- Size: 138 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ✨ My dotfiles ✨
> Current Stack
- [ghostty](https://github.com/ghostty-org/ghostty)
- [tmux](https://github.com/tmux)
- [neovim](https://github.com/neovim/neovim)
- [hammerspoon](https://www.hammerspoon.org/)
### Install with stow:
```bash
stow --target .
# Edit $HOME/.zprofile
source $HOME/.config/zsh/.zshrc
```
### Homebrew installation:
```bash
# Leaving a machine
brew leaves > homebrew/leaves.txt
# Fresh installation
xargs brew install < homebrew/leaves.txt
```
### Uninstall with stow:
```bash
stow --delete .
```
### Refresh Stow
```bash
./refresh.sh
```