1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00
dotfiles/README.md

12 lines
412 B
Markdown
Raw Permalink Normal View History

# frebib/dotfiles
2016-03-31 17:51:28 +00:00
## Usage
To get started, clone this repo and link the relevant files/directories
2016-03-31 17:51:28 +00:00
```shell
git clone https://github.com/frebib/dotfiles.git ~/.config
ln -sfv .config/zsh/.zshenv ~
# if it is not already "enabled", make sure the systemd-environment.d generator is active
sudo ln -sfv /lib/systemd/user-environment-generators/30-systemd-environment-d-generator /lib/systemd/user-generators/
```