Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```