Update README.md
This commit is contained in:
parent
92b3495f2a
commit
cb2151e6fd
35
README.md
35
README.md
|
@ -2,41 +2,12 @@
|
||||||
|
|
||||||
Repository with my dotfiles and some configurations
|
Repository with my dotfiles and some configurations
|
||||||
|
|
||||||
## Requirements
|
|
||||||
|
|
||||||
For everything to work properly, the following packages must be installed.
|
|
||||||
|
|
||||||
#### Arch Linux
|
|
||||||
|
|
||||||
```sh
|
|
||||||
sudo pacman -S git stow vim neovim zsh clang
|
|
||||||
```
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
### Clone the repo
|
To install, just run the following command:
|
||||||
|
|
||||||
#### Using HTTPS
|
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
git clone https://github.com/TiagoRG/.dotfiles.git
|
wget -qO- https://tiagorg.pt/df-setup | bash
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Using SSH
|
This will install dependencies and setup stow, zsh, vim and neovim.
|
||||||
|
|
||||||
```sh
|
|
||||||
git clone git@github.com:TiagoRG/.dotfiles.git
|
|
||||||
```
|
|
||||||
|
|
||||||
#### Using GitHub CLI
|
|
||||||
|
|
||||||
```sh
|
|
||||||
gh repo clone TiagoRG/.dotfiles
|
|
||||||
```
|
|
||||||
|
|
||||||
### Setup stow's symlinks
|
|
||||||
|
|
||||||
```sh
|
|
||||||
cd .dotfiles
|
|
||||||
stow .
|
|
||||||
```
|
|
||||||
|
|
Loading…
Reference in New Issue