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

https://github.com/naxmefy/.csh


https://github.com/naxmefy/.csh

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# .csh

my custom shell configuration, extension, etc.

## installation

- clone `git clone [email protected]:naxmefy/.csh.git ~/.csh`
- add following to `.bashrc`/`.zshrc`: ``` source ~/.csh/.cshrc```

```bash

# bash
echo "\nif [ -f ~/.csh/.cshrc ]; then\n\tsource ~/.csh/.cshrc\nfi\n" >> .bashrc

# zsh
echo "\nif [ -f ~/.csh/.cshrc ]; then\n\tsource ~/.csh/.cshrc\nfi\n" >> .zshrc

```