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

https://github.com/jay-dee7/dotfiles

Dotfiles for my development environment - Neovim, Ghostty, Hammerspoon, Startship, Tmux
https://github.com/jay-dee7/dotfiles

alacritty dotfiles ghostty hammerspoon neovim starship tmux

Last synced: 5 months ago
JSON representation

Dotfiles for my development environment - Neovim, Ghostty, Hammerspoon, Startship, Tmux

Awesome Lists containing this project

README

          

# dotfiles

This is a simple repository with neovim, alacritty and starship configuration. We have two make commands, `link` and
`unlink`.

1. link - creates a symlink to the `nvim`, `alacritty`, and `starship` directories from this repository to `$HOME/.config`
2. unlink - removes the symlink from `nvim`, `alacritty`, and `starship` directories

### To link the directories (set the configuration)

```bash
make link
```

### To unlink the directories (reset the configuration to stock)

```bash
make unlink
```