Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/axelgard/dotfiles

My dot files and configs
https://github.com/axelgard/dotfiles

Last synced: 1 day ago
JSON representation

My dot files and configs

Awesome Lists containing this project

README

        

# dotfiles
My dot files and configs

I use [GNU stow](https://www.gnu.org/software/stow/) to link my dotfiles.

Install stow on ubuntu
```bash
sudo apt install stow
```

place the repo in the home dir
```bash
git clone [email protected]:AxelGard/dotfiles.git ~/.dotfiles
```

go to the repo
```bash
cd ~/.dotfiles
```

run stow
```bash
stow --adopt .
```