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
- Host: GitHub
- URL: https://github.com/elic-eon/dotfiles
- Owner: elic-eon
- Created: 2018-04-25T02:21:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-26T07:34:22.000Z (about 1 year ago)
- Last Synced: 2024-08-26T18:52:56.303Z (about 1 year ago)
- Topics: dotfiles, i3, i3-gaps, i3blocks, stow, tmux-conf, vimrc, zplug, zsh
- Language: Shell
- Homepage:
- Size: 78.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```