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: 2 months 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-09-03T20:38:43.000Z (almost 3 years ago)
- Last Synced: 2025-07-24T16:25:27.301Z (11 months 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

## 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.