Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 days 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-07T04:19:24.000Z (12 days ago)
- Last Synced: 2024-11-07T05:24:28.343Z (12 days ago)
- Topics: alacritty, dotfiles, e1s, hammerspoon, neovim, tmux-conf, vim
- Language: Lua
- Homepage: https://dotfiles.github.io/inspiration/
- Size: 854 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles are 🦄🦄
[![GitHub Actions Build Status](https://github.com/keidarcy/dotfiles/workflows/test%20dotfiles/badge.svg)](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
```