An open API service indexing awesome lists of open source software.

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 ✨

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
```