An open API service indexing awesome lists of open source software.

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

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