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: 5 months ago
JSON representation
My daily dotfiles
- Host: GitHub
- URL: https://github.com/piyoki/arch-dotfiles
- Owner: piyoki
- Archived: true
- Created: 2023-03-28T07:40:17.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-19T01:35:39.000Z (about 2 years ago)
- Last Synced: 2025-01-23T06:46:04.389Z (about 1 year 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

## Setup
```bash
yadm clone git@github.com:yqlbu/arch-dotfiles.git
```
## Submodules
Add new submodules
```bash
yadm submodule add git@github.com:.git modules/
# e.g
# yadm submodule add git@github.com: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/
```