Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/axelgard/dotfiles
- Owner: AxelGard
- Created: 2021-06-27T19:07:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-01T08:50:51.000Z (10 days ago)
- Last Synced: 2025-02-01T09:28:10.403Z (9 days ago)
- Language: Vim Script
- Size: 4.42 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
My dot files and configsI 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 .
```