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
- Host: GitHub
- URL: https://github.com/jay-dee7/dotfiles
- Owner: jay-dee7
- License: apache-2.0
- Created: 2023-05-07T17:01:03.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-25T08:03:58.000Z (about 1 year ago)
- Last Synced: 2025-05-08T00:54:50.954Z (about 1 year ago)
- Topics: alacritty, dotfiles, ghostty, hammerspoon, neovim, starship, tmux
- Language: Lua
- Homepage:
- Size: 237 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```