https://github.com/msisdev/my-dotfiles-old
My linux dotfiles
https://github.com/msisdev/my-dotfiles-old
Last synced: about 1 month ago
JSON representation
My linux dotfiles
- Host: GitHub
- URL: https://github.com/msisdev/my-dotfiles-old
- Owner: msisdev
- License: mit
- Created: 2025-02-19T14:24:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-08T11:27:24.000Z (about 1 year ago)
- Last Synced: 2025-11-19T15:37:43.880Z (7 months ago)
- Language: Lua
- Size: 3.23 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# my-dotfiles
My linux dotfiles
## Guide
### New
> You are at a root of repository.
#### Case 1: dotfile is at `~`
```bash
mkdir zshrc
mv ~/.zshrc ./zshrc
stow -t $HOME --adopt zshrc
```
#### Case 2: dotfile is at `~/.config`
```bash
mkrdir -p nvim/.config
mv ~/.config/nvim nvim/.config
stow -t $HOME --adopt nvim
```