Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/piyoki/arch-dotfiles

My daily dotfiles
https://github.com/piyoki/arch-dotfiles

archlinux bspwm-arch fish-shell hyprland-arch neovim

Last synced: 3 months ago
JSON representation

My daily dotfiles

Awesome Lists containing this project

README

        

# arch-dotfiles

![image](https://github.com/yqlbu/arch-dotfiles/assets/31861128/cc6e0ded-0656-4c4e-ad0b-fce859923cc7)

## Setup

```bash
yadm clone [email protected]:yqlbu/arch-dotfiles.git
```

## Submodules

Add new submodules

```bash
yadm submodule add [email protected]:.git modules/
# e.g
# yadm submodule add [email protected]:yqlbu/dot-nvim.git modules/nvim
```

Sync submodules from remote

```bash
yadm submodule update --recursive --remote
```

Create smlink

```bash
sudo rm -rf $HOME/.config/
ln -s $HOME/modules/ $HOME/.config/
```