Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chaya2z/dotfiles
my dotfiles
https://github.com/chaya2z/dotfiles
dotfiles
Last synced: 3 days ago
JSON representation
my dotfiles
- Host: GitHub
- URL: https://github.com/chaya2z/dotfiles
- Owner: chaya2z
- License: mit
- Created: 2022-07-03T20:38:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-30T19:06:37.000Z (over 1 year ago)
- Last Synced: 2023-05-30T20:25:03.944Z (over 1 year ago)
- Topics: dotfiles
- Language: Python
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles
My dotfiles and script. Script can easily manage dotfiles.
## Quick Start
1. Clone this repo.\
( Example, `~/.local/share/` )2. Create/Copy config files or directories you want to manage this repo.
```shell
sudo cp /etc/i3 .
```3. Run `script.py`
```shell
chmod +x script.py
./script.py link
```## Command Usage
```shell
./script.py [COMMAND] [FILE]
```- [COMMAND]
- link
- unlink### Examples
Use `unlink` command to remove symlinks.
```shell
./script.py unlink
```You can choose targets.
```shell
./script.py link i3 i3status polybar# unlink is too
# ./script.py unlink i3 i3status polybar
```## LICENSE
MIT