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

https://github.com/elic-eon/dotfiles

My config
https://github.com/elic-eon/dotfiles

dotfiles i3 i3-gaps i3blocks stow tmux-conf vimrc zplug zsh

Last synced: 7 months ago
JSON representation

My config

Awesome Lists containing this project

README

          

# dotfiles

## Installation

1. Stow

Managing dotfiles by [GNU Stow](https://www.gnu.org/software/stow/)

`brew install stow`

1. Install package

```sh
cd ~
git clone git@github.com:elic-eon/dotfiles.git
cd dotfiles
stow zsh_zim
```

1. Uninstall package

```sh
cd ~/dotfiles
stow -D zsh_zim
```