https://github.com/audiusproject/dotfiles
Audius computer setup scripts
https://github.com/audiusproject/dotfiles
Last synced: 6 months ago
JSON representation
Audius computer setup scripts
- Host: GitHub
- URL: https://github.com/audiusproject/dotfiles
- Owner: AudiusProject
- Created: 2018-06-20T18:25:12.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-30T00:28:28.000Z (over 7 years ago)
- Last Synced: 2025-01-17T05:29:19.051Z (over 1 year ago)
- Language: Shell
- Size: 163 KB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
dotfiles
=======
Sample configuration dotfiles for Audius development. Please fork and modify!
## Installation:
# install gnu stow
brew install stow
cd dotfiles
# run setup script (asks what to install)
./setup.bash
You will also need to configure your terminal emulator to use a font patched for
powerline (see https://github.com/Lokaltog/powerline-fonts for some pre-patched
fixed-width fonts) and to use the solarized color scheme (see
http://ethanschoonover.com/solarized). The "osx" extra option prompts for both of
these.
## Updates:
# update all vim plugins
./update.bash
### Python Vim
Install python3 neovim bundle
```
pip3 install neovim
```
Install global vim (macOs)
Required for python3 support
```
brew install vim --with-override-system-vi
```