https://github.com/saschpe/dotfiles
Sascha's shell environment
https://github.com/saschpe/dotfiles
bash dotfiles env environment git oh-my-zsh zsh
Last synced: 5 months ago
JSON representation
Sascha's shell environment
- Host: GitHub
- URL: https://github.com/saschpe/dotfiles
- Owner: saschpe
- Created: 2012-06-15T12:12:59.000Z (over 13 years ago)
- Default Branch: main
- Last Pushed: 2025-04-16T12:29:14.000Z (7 months ago)
- Last Synced: 2025-04-24T01:38:07.393Z (7 months ago)
- Topics: bash, dotfiles, env, environment, git, oh-my-zsh, zsh
- Language: Shell
- Homepage:
- Size: 18.1 MB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sascha's UNIX/Linux shell environment (aka dotfiles)
Includes oh-my-zsh, no fuzz and personal taste. Uses chezmoi
for 3rd-party cool stuff such as managing oh-my-zsh.
## Bootstrapping
Install chezmoi with your package manager or use the script:
```shell
sh -c "$(curl -fsLS get.chezmoi.io)"
```
Then, initialize from this Github repository with:
```shell
chezmoi init --apply saschpe
```
## Vundle
Vim plugins are managed with Vundle. Set it up by running:
$ ./bin/vundle