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
- Host: GitHub
- URL: https://github.com/andriisoldatenko/dotfiles
- Owner: andriisoldatenko
- Created: 2015-08-19T14:54:55.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-11-26T09:11:25.000Z (7 months ago)
- Last Synced: 2024-11-26T10:54:29.362Z (7 months ago)
- Language: Lua
- Homepage:
- Size: 133 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```