Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/duskmoon314/dotfiles
Repo for my dotfiles.
https://github.com/duskmoon314/dotfiles
Last synced: 7 days ago
JSON representation
Repo for my dotfiles.
- Host: GitHub
- URL: https://github.com/duskmoon314/dotfiles
- Owner: duskmoon314
- License: mit
- Created: 2023-03-17T15:56:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-23T08:32:21.000Z (about 2 months ago)
- Last Synced: 2024-10-10T20:49:46.395Z (28 days ago)
- Language: Shell
- Size: 84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles
Repo for my dotfiles. Trying to use only shell scripts and no other tools.
The shell assumes `bash` exists.
## Usage
Put the repo at `~/.dotfiles`, either by cloning or copying the files.
### Install apps
```bash
~/.dotfiles/main set zsh [other apps]
```In most cases, config files will be overwritten by symlinks to the repo.
Setting `zsh` will install `zsh` and `oh-my-zsh` and set it as the default shell.
This will also add an alias `dotfiles=$HOME/.dotfiles/main` to the shell.### Add commands
```bash
dotfiles set_cmd proxy [commands]
```