20 lines
417 B
Markdown
20 lines
417 B
Markdown
# Dotfiles
|
|
|
|
<img src="https://github.com/krolyxon/dotfiles/blob/master/assets/fullscreen.png">
|
|
<img src="https://github.com/krolyxon/dotfiles/blob/master/assets/fullscreen2.png">
|
|
|
|
## prerequisites
|
|
```bash
|
|
sudo pacman -S git gum
|
|
```
|
|
|
|
## Usage
|
|
```bash
|
|
cd $HOME
|
|
git clone https://github.com/krolyxon/dotfiles.git ~/.dotfiles
|
|
cd ~/.dotfiles
|
|
./install.sh
|
|
# Installation with no confirmation prompts
|
|
./install.sh --yes
|
|
```
|