Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dasj/dotfiles
Various configuration files from my home
https://github.com/dasj/dotfiles
dotfiles git gpg shell st tmux vim x11 zsh
Last synced: 10 days ago
JSON representation
Various configuration files from my home
- Host: GitHub
- URL: https://github.com/dasj/dotfiles
- Owner: dasJ
- Created: 2014-08-13T14:05:15.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T21:05:42.000Z (6 months ago)
- Last Synced: 2024-05-22T21:28:20.408Z (6 months ago)
- Topics: dotfiles, git, gpg, shell, st, tmux, vim, x11, zsh
- Language: Shell
- Homepage:
- Size: 467 KB
- Stars: 8
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
These are my dotfiles, available for everybody (especially me).
Feel free to use them as template for your own dotfiles, but remember: **Those are my dotfiles. Be creative yourself. You don't want my crap, you want your own.**
## Installation
```
git clone --recursive --no-checkout https://github.com/dasJ/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
git show HEAD:scripts/bootstrap | bash
scripts/install
```## Directories
- `gpg/` - GPG configuration
- `graphical/` - Configuration for graphical tools
- `local/` - Local configuration, excluded from git
- `misc/` - Single configuration files
- `scripts/` - Helper scripts, not supposed to be added to $PATH
- `systemd/` - systemd user units
- `vim/` - vim configuration and plugin manager
- `zsh/` - zsh configuration and plugin manager## Stuff
`.zshenv` → [`.zprofile` if login] → [`.zshrc` if interactive] → [`.zlogin` if login] → [session] → [`.zlogout` sometimes]`