https://github.com/kenorb/dotfiles
Various configuration files for shell.
https://github.com/kenorb/dotfiles
dotfiles shell
Last synced: about 1 month ago
JSON representation
Various configuration files for shell.
- Host: GitHub
- URL: https://github.com/kenorb/dotfiles
- Owner: kenorb
- License: mit
- Created: 2013-08-26T00:00:47.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2025-04-06T13:39:23.000Z (2 months ago)
- Last Synced: 2025-04-06T14:36:34.959Z (2 months ago)
- Topics: dotfiles, shell
- Language: Shell
- Homepage:
- Size: 1.43 MB
- Stars: 53
- Watchers: 7
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles
Various configuration files.
## Installation
Clone repository into your HOME dir, then execute in the repo folder:
```console
dotfiles$ make install
```If you got warning *File exists*,
consider moving/removing your existing file and re-run again.### Support
The dot/rc files should be compatible
with Linux, macOS and WSL (Ubuntu on Windows).### Troubleshooting
If you get the following error while loading *rc* files:
> syntax error near unexpected token `&'
you need to upgrade your `bash` by the following steps:
1. `brew install bash`
1. `sudo ex +'$put =\"/usr/local/bin/bash\"' -scwq /etc/shells`
1. `chsh -s /usr/local/bin/bash`