Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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