https://github.com/andrepolischuk/dotfiles
Dotfiles for shell, zsh, vim, macOS, etc
https://github.com/andrepolischuk/dotfiles
dotfiles frontend hyper macos vim zsh
Last synced: about 1 year ago
JSON representation
Dotfiles for shell, zsh, vim, macOS, etc
- Host: GitHub
- URL: https://github.com/andrepolischuk/dotfiles
- Owner: andrepolischuk
- License: mit
- Created: 2015-10-26T15:28:07.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-08-12T11:09:15.000Z (almost 2 years ago)
- Last Synced: 2024-08-12T12:32:17.755Z (almost 2 years ago)
- Topics: dotfiles, frontend, hyper, macos, vim, zsh
- Language: Shell
- Homepage:
- Size: 5.72 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles
> Dotfiles for shell, zsh, vim, macOS, etc

## Install
```sh
# dotfiles
git clone https://github.com/andrepolischuk/dotfiles && ~/dotfiles/init.sh
# git config
git config --global user.name "Your Name"
git config --global user.email "email@yoursite.com"
```
You may set macOS defaults:
```sh
~/dotfiles/macos.sh
```
## Apps
* [zsh][zsh]
* [oh-my-zsh][oh-my-zsh]
* [git][git]
* [vim][vim]
* [min zsh prompt][min]
## Update
You can run for update all apps:
```sh
~/dotfiles/update.sh
```
* dotfiles
* zsh
* zsh plugins
* brew packages
* vim plugins
* global npm packages
## Thanks to...
* [Anton Shuvalov][a] and his [dotfiles][a-dotfiles] inspired me to create the same
* [Denys Dovhan][denysdovhan] and his [dotfiles][denysdovhan-dotfiles]
* [Mathias Bynens][mathiasbynens] and his [dotfiles][mathiasbynens-dotfiles] with macOS defaults
## License
MIT
[zsh]: http://www.zsh.org
[oh-my-zsh]: https://github.com/robbyrussell/oh-my-zsh
[git]: https://git-scm.com
[vim]: http://www.vim.org
[min]: https://github.com/andrepolischuk/min
[a]: https://github.com/A
[a-dotfiles]: https://github.com/A/.dotfiles
[denysdovhan]: https://github.com/denysdovhan
[denysdovhan-dotfiles]: https://github.com/denysdovhan/dotfiles
[mathiasbynens]: https://github.com/mathiasbynens
[mathiasbynens-dotfiles]: https://github.com/mathiasbynens/dotfiles