dotfiles/README.md

27 lines
332 B
Markdown
Raw Permalink Normal View History

2021-08-23 22:41:07 +00:00
# Dotfiles
My linux configuration files
## Dependencies
- neovim
- git
- zsh
- Oh My Zsh
- i3-gaps
- polybar
- tmux
2021-08-26 17:09:25 +00:00
- alacritty
2021-08-23 22:41:07 +00:00
## Installation
2021-08-24 15:16:38 +00:00
Clone this repository and cd into it.
```bash
git clone https://github.com/forerosantiago/dotfiles.git
cd dotfiles/
```
Create the symbolic links using stow.
2021-08-23 22:41:07 +00:00
```bash
stow vim git```