mirror of
https://github.com/Ajetski/dotfiles.git
synced 2025-09-30 09:53:17 -09:00
12 lines
324 B
Markdown
12 lines
324 B
Markdown
## Installation
|
|
|
|
Install the repo
|
|
```bash
|
|
git clone --bare git@github.com:ajetski/dotfiles.git $HOME/.cfg
|
|
git --git-dir=$HOME/.cfg/ --work-tree=$HOME checkout
|
|
```
|
|
|
|
Install plugins in neovim via `:PackerSync`
|
|
|
|
Run `install_packages` script on Ubuntu or Pop!_Os systems or read script to see packages that should be installed
|