mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-14 14:12:19 +00:00
14 lines
414 B
Markdown
14 lines
414 B
Markdown
# Config files
|
|
|
|
Clone the repo:
|
|
```sh
|
|
git clone https://github.com/jbowdre/dotfiles.git ~/.dotfiles
|
|
```
|
|
Use `ln` to symlink the desired configs into your home directory:
|
|
```sh
|
|
ln -s ~/.dotfiles/zsh/.zshrc ~/.zshrc
|
|
ln -s ~/.dotfiles/vim/.vimrc ~/.vimrc
|
|
ln -s ~/.dotfiles/tmux/.tmux.conf ~/.tmux.conf
|
|
ln -s ~/.dotfiles/pwsh/Microsoft.PowerShell_profile.ps1 ~/.config/powershell/Microsoft.PowerShell_profile.ps1
|
|
|
|
```
|