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

https://github.com/josemarluedke/dotfiles

Dotfiles to setup a bash environment.
https://github.com/josemarluedke/dotfiles

Last synced: 6 months ago
JSON representation

Dotfiles to setup a bash environment.

Awesome Lists containing this project

README

          

# Dotfiles to setup your development environment.

![Josemar's dotfiles](https://user-images.githubusercontent.com/230476/37551141-63bb47ca-2957-11e8-86c3-7e8c2b2a66cb.png)

## Installing

```
sh -c "$(curl -fsSL https://raw.githubusercontent.com/josemarluedke/dotfiles/master/install.sh)"
```

## What's included?

- [zsh](http://www.zsh.org/)
- [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh)
- [Spaceship ZSH](https://github.com/denysdovhan/spaceship-prompt)
- [Powerline fonts](https://github.com/powerline/fonts) (Optional)
- [Homebrew](https://brew.sh/)
- [Volta](https://volta.sh/)
- [Homebrew Bundle](https://github.com/Homebrew/homebrew-bundle) - This will
bundle dependencies specified at [Brewfile](./Brewfile). (Optional)

## Settings

- Change your terminal font to use one of the Powerline fonts. The one used in the screenshot above is: `14pt Meslo LG S DZ Regular for Powerline`

## Useful tips

### Enable Key Repeating in Mac OS X

This is done by disableing Press and Hold feature.

`defaults write -g ApplePressAndHoldEnabled -bool false`

## License

Copyright (c) 2012-2020 Josemar Luedke

Licensed under the MIT license