Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 7 days 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 (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-08-12T11:09:15.000Z (3 months ago)
- Last Synced: 2024-08-12T12:32:17.755Z (3 months 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
![](screenshot.png)
## 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 protected]"
```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