Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dpremy/dot-zsh

Personal zsh configuration files managed by dotfiler.
https://github.com/dpremy/dot-zsh

bsd dot-files linux shell unix zsh zsh-configuration zshrc

Last synced: about 1 month ago
JSON representation

Personal zsh configuration files managed by dotfiler.

Awesome Lists containing this project

README

        

# dpremy zsh config files and shell aliases

## Purpose

This repository contains the dotfiles and configs I use with zsh. It is designed to work with [GNU stow](https://www.gnu.org/software/stow/), but can easily be used without it.

## Installation

```shell
# if you don't already have GNU stow, install stow for your OS

# clone this repo in to a .files directory
git clone -q https://gitlab.com/dpremy/dot-zsh.git ~/.files/dot-zsh

# use stow to symlink this 'package' in to your home directory
stow -d ~/.files/ -t ~/ -S dot-zsh
```

## Usage

The files in [.zsh](.zsh) may be worth reviewing.