https://github.com/sonph/dotfiles
My .files
https://github.com/sonph/dotfiles
dotfiles neovim tmux vim zsh
Last synced: 15 days ago
JSON representation
My .files
- Host: GitHub
- URL: https://github.com/sonph/dotfiles
- Owner: sonph
- Created: 2013-07-06T19:16:11.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2025-06-29T01:04:33.000Z (17 days ago)
- Last Synced: 2025-06-29T02:24:46.321Z (17 days ago)
- Topics: dotfiles, neovim, tmux, vim, zsh
- Language: Shell
- Homepage:
- Size: 20.4 MB
- Stars: 22
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @sonph's .files
[](https://travis-ci.org/sonph/dotfiles)

## Installation
Linux
```
sudo apt-get update
mkdir -p ~/code
git clone --depth 3 https://github.com/sonph/dotfiles ~/code/dotfiles
bash ~/code/dotfiles/linux-install.sh group-cli-install # essential cli stuffs
```### VSCode
MacOS:
```
mkdir -p ~/Library/Application\ Support/Code/User
rm ~/Library/Application\ Support/Code/User/settings.json
ln -s $PWD/vscode/settings.json ~/Library/Application\ Support/Code/User/settings.json
rm ~/Library/Application\ Support/Code/User/keybindings.json
ln -s $PWD/vscode/keybindings.json ~/Library/Application\ Support/Code/User/keybindings.json
```### Karabiner
```
mkdir -p ~/.config/karabiner
rm ~/.config/karabiner/karabiner.json
ln -s $PWD/karabiner/karabiner.json ~/.config/karabiner/karabiner.json
```