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

https://github.com/andriisoldatenko/dotfiles

My OS X / Ubuntu dotfiles
https://github.com/andriisoldatenko/dotfiles

Last synced: 6 months ago
JSON representation

My OS X / Ubuntu dotfiles

Awesome Lists containing this project

README

        

# dotfiles
My OS X dotfiles

```
make

# for clean up

make clean
```

### Vim/nvim notes

Install pathogen:
```
curl -LSso ~/.vim/autoload/pathogen.vim https://tpo.pe/pathogen.vim
```

Install plugin manager
```
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
```

### Brew install

```bash
# generate a Brewfile
$ brew bundle dump
$ ls
Brewfile

# check everything is installed
$ brew bundle check
The Brewfile's dependencies are satisfied.
```

## To install useful key bindings and fuzzy completion:
```
$(brew --prefix)/opt/fzf/install
```

## To arrange windows
> Spectacle users have recommended Rectangle as an open source alternative.
https://github.com/rxhanson/Rectangle

## Github aliases cli
```
gh alias import ~/dotfiles/gh_aliases.yml
```

### dump current aliases
```
gh alias list > ~/dotfiles/gh_aliases.yml
```