Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/deas/dotfiles

My dotfiles
https://github.com/deas/dotfiles

Last synced: 24 days ago
JSON representation

My dotfiles

Awesome Lists containing this project

README

        

dotfiles on steroids
===================

... based on [rcm](https://github.com/thoughtbot/rcm), [thoughtbot dotfiles](https://github.com/thoughtbot/dotfiles) and [antigen](https://github.com/zsh-users/antigen)

tl;dr install
------------
Clone (or fork):
```
git clone git://github.com/deas/dotfiles.git ~/dotfiles
cd dotfiles
git submodule update --init --recursive
cd $HOME
env RCRC=$HOME/dotfiles/rcrc rcup
```

misc
------------
- [Powerline fonts](https://github.com/powerline/fonts)
- [Setting up Windows Subsystem for Linux with zsh + oh-my-zsh + ConEmu](https://blog.joaograssi.com/windows-subsystem-for-linux-with-oh-my-zsh-conemu/)
- [Powerline fonts in crostini](https://www.reddit.com/r/Crostini/comments/9blkjv/powerline_fonts_in_the_crostini_terminal/)
- [zplug](https://github.com/zplug/zplug) appears to have a forkbomb issue on WSL
- [git submodule cheats](https://devconnected.com/how-to-add-and-update-git-submodules/)