Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marteinn/dotfiles
My very opinionated dotfiles for work and fun
https://github.com/marteinn/dotfiles
git osx prezto tmux ubuntu vim
Last synced: about 1 month ago
JSON representation
My very opinionated dotfiles for work and fun
- Host: GitHub
- URL: https://github.com/marteinn/dotfiles
- Owner: marteinn
- Created: 2013-10-06T21:31:22.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2022-05-17T12:46:48.000Z (over 2 years ago)
- Last Synced: 2023-04-26T15:40:59.431Z (over 1 year ago)
- Topics: git, osx, prezto, tmux, ubuntu, vim
- Language: Vim script
- Homepage:
- Size: 103 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Install
- Clone repo
```
cd ~ && git clone [email protected]:marteinn/dotfiles.git
```- Setup files
```
source $HOME/dotfiles/script/setup.sh
```- Install prezto
```
git clone --recursive https://github.com/sorin-ionescu/prezto.git "${ZDOTDIR:-$HOME}/.zprezto"
```- MacOS: Install brew
```
cd ~/dotfiles && brew bundle
```- Install vim-plug
```
curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
```- MacOS: Open iTerm2 and activate solarized dark
```
cmd+i -> colors preset -> colarized dark
```- Make zsh default shell
```
chsh -s /bin/zsh
```- MacOS: Open ~/dotfiles/.osx and run customizations
- Done!
## Inspiration from:
* [https://github.com/mathiasbynens/dotfiles](https://github.com/mathiasbynens/dotfiles)
* [https://github.com/holman/dotfiles](https://github.com/holman/dotfiles)
* [https://gist.github.com/oli/1637874](https://gist.github.com/oli/1637874)