Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/medienhaus/dotfiles
medienhaus/ remote dev environment
https://github.com/medienhaus/dotfiles
Last synced: about 1 month ago
JSON representation
medienhaus/ remote dev environment
- Host: GitHub
- URL: https://github.com/medienhaus/dotfiles
- Owner: medienhaus
- License: agpl-3.0
- Created: 2023-07-06T10:49:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-05T08:17:32.000Z (7 months ago)
- Last Synced: 2024-06-05T09:41:26.511Z (7 months ago)
- Language: Vim Script
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# medienhaus/ remote dev environment
The medienhaus/ remote dev environment configures **Bash** and **Vim**; to install:
```
git clone --bare https://github.com/medienhaus/dotfiles.git $HOME/dotfiles && \
git init --separate-git-dir=$HOME/dotfiles && \
git checkout
```You might want to install [**fzf**](https://github.com/junegunn/fzf/), a general-purpose command-line fuzzy finder, which is conditionally configured for **Bash** to search through history via `Ctrl-r`, and **Vim** to find and open files in current directory via `Space-ff`.
```
apt install fzf
```## Vim plugins
Vim **plugins** are defined as submodules in the `.gitmodules` file; to install:
```
git submodule update --init --remote
```