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

https://github.com/yammerjp/dotfiles

my .vimrc, .zshrc, and so on...
https://github.com/yammerjp/dotfiles

dotfiles homebrew shell vim

Last synced: 10 months ago
JSON representation

my .vimrc, .zshrc, and so on...

Awesome Lists containing this project

README

          

[![lint](https://github.com/yammerjp/dotfiles/workflows/lint/badge.svg)](https://github.com/yammerjp/dotfiles/actions?query=workflow%3Alint)

# yammerjp's dotfiles (~/.*)

![Desktop Screnn shot](docs/screen-shot-20221230.png)

My setting files for Ubuntu / macOS

- Neovim
- Yadm
- Zsh
- tmux
- Alacritty
- asdf
- fzf
- HackGen
- Sheldon

...etc

## Setup

### Ubuntu Setup

```sh
sudo apt update && sudo apt install git -y
bash -c "$(wget -q -O https://raw.githubusercontent.com/yammerjp/dotfiles/master/setup.sh)"
```

### macOS Setup

```sh
# Sign in to Apple ID
open /System/Applications/App\ Store.app

# Setup Homebrew
xcode-select --install
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"

# Setup my settings
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/yammerjp/dotfiles/master/setup.sh)"

# Enable macOS settings of User Defaults
sudo reboot

# Enable karabiner settings
open /Applications/Karabiner-Elements.app/
# Complex modifications > Add rule > yammerjp's setting > Enable All
```

## LICENSE

MIT

## ToDo

- [ ] Add `dot.yammerjp.net/help`