Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chkg2a/dot-install
https://github.com/chkg2a/dot-install
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/chkg2a/dot-install
- Owner: chkg2a
- Created: 2022-12-05T14:07:18.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-11T18:13:02.000Z (10 months ago)
- Last Synced: 2024-03-12T19:03:57.870Z (10 months ago)
- Language: Shell
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Installation Instruction
```
sh -c "$(curl https://raw.githubusercontent.com/chkg2a/dot-install/master/installer.sh)"
```## Easily Manage dotfiles
You can use stow to easily manage dotfiles
```
pacman -S stow
```### Make a directory
```
mkdir $HOME/dotfiles
```### Copy your dotfiles
```
cp -r ~/.zshrc ~/.config/nvim ~/dotfiles
```### Sync it
```
cd ~/dotfiles && stow --adopt .
```
### Make A Git repoAnd push it