Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/piyoki/arch-dotfiles
- Owner: piyoki
- Created: 2023-03-28T07:40:17.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-19T01:35:39.000Z (11 months ago)
- Last Synced: 2024-07-03T15:46:43.020Z (6 months ago)
- Topics: archlinux, bspwm-arch, fish-shell, hyprland-arch, neovim
- Language: Shell
- Homepage:
- Size: 33.5 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/
```