Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/dpremy/dot-zsh
- Owner: dpremy
- License: other
- Created: 2018-11-23T18:04:36.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-14T05:24:57.000Z (10 months ago)
- Last Synced: 2024-10-24T23:23:34.613Z (3 months ago)
- Topics: bsd, dot-files, linux, shell, unix, zsh, zsh-configuration, zshrc
- Language: Shell
- Homepage:
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.