mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
11 lines
270 B
Markdown
11 lines
270 B
Markdown
# frebib/dotfiles
|
|
|
|
## Usage
|
|
To get started, clone this repo and link the relevant files/directories
|
|
|
|
```shell
|
|
git clone https://github.com/frebib/dotfiles.git ~/.config/dotfiles
|
|
ln -sfv .config/dotfiles/.config/* .config/
|
|
ln -sfv .config/dotfiles/.profile .zprofile
|
|
```
|