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

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.

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`