Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dpremy/dot-ksh
Personal ksh configuration files managed by dotfiler.
https://github.com/dpremy/dot-ksh
bsd dot-files ksh ksh-configuration linux shell unix
Last synced: 22 days ago
JSON representation
Personal ksh configuration files managed by dotfiler.
- Host: GitHub
- URL: https://github.com/dpremy/dot-ksh
- Owner: dpremy
- License: other
- Created: 2018-11-23T18:02:21.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-09-03T20:38:43.000Z (about 1 year ago)
- Last Synced: 2024-10-04T21:15:24.632Z (about 1 month ago)
- Topics: bsd, dot-files, ksh, ksh-configuration, linux, shell, unix
- Language: Shell
- Homepage:
- Size: 23.4 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dpremy ksh config files and shell aliases
![Build Status](https://ci.davidremy.me/api/badges/dpremy/dot-ksh/status.svg)
## Purpose
This repository contains the dotfiles and configs I use with ksh. It is desinged to work with [dotfiler](https://github.com/svetlyak40wt/dotfiler), but can easily be used without it.
## Installation
```shell
# if you don't already have dotfiler, clone it to your home directory
git clone -q https://github.com/svetlyak40wt/dotfiler ~/.files# add this repo to dotfiler
~/.files/bin/dot add https://gitlab.com/dpremy/dot-ksh.git# update the symlinks in your home directory
~/.files/bin/dot --skip-pull update
```## Usage
The files in [.ksh](.ksh) may be worth reviewing.