Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yhjor/dotfiles

The dotfiles to kickstart the development settings for your workstation
https://github.com/yhjor/dotfiles

brew dot dot-command dotfiles node osx osx-settings symlink yarn zsh

Last synced: 15 days ago
JSON representation

The dotfiles to kickstart the development settings for your workstation

Awesome Lists containing this project

README

        

# Speed up your dots

Designed for simplicity and productivity to aggregate all the necessary configurations under version control

## Installation

`source setup.sh`

## What's inside?

- Command alias ([dots/.alias](https://github.com/yhjor1212/dotfiles/blob/master/dots/.alias))
- Git alias ([dots/.gitconfig](https://github.com/yhjor1212/dotfiles/blob/master/dots/.gitconfig))
- Vim's preferences ([dots/.vimrc](https://github.com/yhjor1212/dotfiles/blob/master/dots/.vimrc))
- Optimized OSX settings ([setup/osx.sh](https://github.com/yhjor1212/dotfiles/blob/master/setup/osx.sh))
- Set a blazingly fast keyboard repeat rate
- Avoid automatically rearrange Spaces based on most recent use
- Disable auto-correct, smart quotes, smart dashes
- Disable the warning when changing a file extension
- Allow text selection in Quick Look
- Minimize windows into their application’s icon
- Trasform your terminal ([setup/terminal.sh](https://github.com/yhjor1212/dotfiles/blob/master/setup/terminal.sh))
- [Zsh](http://www.zsh.org/): The empowered shell by the developer communities
- [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh): The most prominent plugins for Zsh
- [fzf](https://github.com/junegunn/fzf): An extremely fast file finder, written in Go
- [z](https://github.com/rupa/z): Jump around directories with ease
- [zsh-completions](https://github.com/zsh-users/zsh-completions): Auto complete for Zsh
- [zsh-autosuggestions](https://github.com/zsh-users/zsh-autosuggestions): Fish-like autosuggestions for Zsh
- [zsh-syntax-highlighting](https://github.com/zsh-users/zsh-syntax-highlighting): Fish shell like syntax highlighting for Zsh
- [pure](https://github.com/sindresorhus/pure): Pretty, minimal and fast Zsh prompt
- Equip your weapons ([setup/tools.sh](https://github.com/yhjor1212/dotfiles/blob/master/setup/tools.sh))
- [ccat](https://github.com/jingweno/ccat): Colorizing `cat`
- [exa](https://github.com/ogham/exa): Replacement for 'ls' written in Rust
- [diff-so-fancy](https://github.com/so-fancy/diff-so-fancy): Make your diff's human readable instead of machine readable
- [public-ip-cli](https://github.com/sindresorhus/public-ip-cli): Get your public IP address with the command `public-ip`
- [internal-ip-cli](https://github.com/sindresorhus/internal-ip-cli): Get your internal IP address with the command `internal-ip`
- [speed-test](https://github.com/sindresorhus/speed-test): Test your internet connection speed and ping using speedtest.net from the CLI
- [tree](http://mama.indstate.edu/users/ice/tree/): Show the folder structure like a tree
- [git-recall](https://github.com/Fakerr/git-recall): An interactive way to peruse your git history from the terminal

## More

Take a look inside [setup.sh](https://github.com/yhjor1212/dotfiles/blob/master/setup.sh) and [./dots](https://github.com/yhjor1212/dotfiles/blob/master/dots)

Enjoy!