Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/liraymond04/.dotfiles
Repository for my Arch Linux dotfiles
https://github.com/liraymond04/.dotfiles
arch-linux configuration dotfiles dotfiles-linux linux
Last synced: 29 days ago
JSON representation
Repository for my Arch Linux dotfiles
- Host: GitHub
- URL: https://github.com/liraymond04/.dotfiles
- Owner: liraymond04
- Created: 2022-04-18T16:37:59.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-21T20:45:27.000Z (2 months ago)
- Last Synced: 2025-01-19T13:17:04.316Z (about 1 month ago)
- Topics: arch-linux, configuration, dotfiles, dotfiles-linux, linux
- Language: Shell
- Homepage:
- Size: 1.01 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Desktop specific dotfiles for Arch linux
## Installing
You will need `git` and GNU `stow`
Clone into your `$HOME` directory or `~` with submodules
```bash
git clone --recurse-submodules https://github.com/liraymond04/.dotfiles.git ~
```And update submodules for existing repo
```bash
git submodule update --init --recursive
```Run `stow` to symlink everything or just select what you want
```bash
stow */ # Everything (the '/' ignores the README)
``````bash
stow zsh # Just my zsh config
```