https://github.com/keidarcy/dotfiles
Make everywhere feel like `$HOME` 🦄🦄
https://github.com/keidarcy/dotfiles
alacritty dotfiles e1s hammerspoon neovim tmux-conf vim
Last synced: about 1 year ago
JSON representation
Make everywhere feel like `$HOME` 🦄🦄
- Host: GitHub
- URL: https://github.com/keidarcy/dotfiles
- Owner: keidarcy
- Created: 2020-01-09T11:39:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-04-12T01:39:31.000Z (about 1 year ago)
- Last Synced: 2025-04-12T02:43:55.534Z (about 1 year ago)
- Topics: alacritty, dotfiles, e1s, hammerspoon, neovim, tmux-conf, vim
- Language: Lua
- Homepage: https://dotfiles.github.io/inspiration/
- Size: 881 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles are 🦄🦄
[](https://github.com/keidarcy/dotfiles/actions?workflow=test%20dotfiles)
# Quick Start
```sh
git clone https://github.com/keidarcy/dotfiles.git ${HOME}/dotfiles
cd ${HOME}/dotfiles
sh .github/bootstrap.sh
```
# Manually Start
```sh
git clone https://github.com/keidarcy/dotfiles.git ${HOME}/dotfiles
cd ${HOME}/dotfiles
stow */
```
```sh
stow vim # use vim setting only
```
# Submodule
```
git submodule update --init -- personal-dotfiles
git submodule update --init -- alacritty/.config/alacritty/themes
```