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.
- Host: GitHub
- URL: https://github.com/josemarluedke/dotfiles
- Owner: josemarluedke
- Created: 2012-07-27T18:24:47.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2022-10-13T00:19:20.000Z (about 3 years ago)
- Last Synced: 2025-04-16T12:07:30.868Z (6 months ago)
- Language: Shell
- Size: 91.8 KB
- Stars: 8
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles to setup your development environment.

## 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