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...
- Host: GitHub
- URL: https://github.com/yammerjp/dotfiles
- Owner: yammerjp
- License: mit
- Created: 2020-03-16T06:30:35.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-09-10T05:14:40.000Z (almost 2 years ago)
- Last Synced: 2024-09-10T07:45:13.181Z (almost 2 years ago)
- Topics: dotfiles, homebrew, shell, vim
- Language: Python
- Homepage:
- Size: 6.84 MB
- Stars: 8
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/yammerjp/dotfiles/actions?query=workflow%3Alint)
# yammerjp's dotfiles (~/.*)

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`