https://github.com/naxmefy/.csh
https://github.com/naxmefy/.csh
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/naxmefy/.csh
- Owner: naxmefy
- Created: 2020-12-24T10:22:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-24T15:40:58.000Z (over 4 years ago)
- Last Synced: 2025-01-16T01:16:44.496Z (5 months ago)
- Language: Shell
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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```