Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sonph/dotfiles
My .files
https://github.com/sonph/dotfiles
dotfiles neovim tmux vim zsh
Last synced: 2 months ago
JSON representation
My .files
- Host: GitHub
- URL: https://github.com/sonph/dotfiles
- Owner: sonph
- Created: 2013-07-06T19:16:11.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2021-01-26T04:54:52.000Z (about 4 years ago)
- Last Synced: 2024-08-07T18:44:38.507Z (6 months ago)
- Topics: dotfiles, neovim, tmux, vim, zsh
- Language: Shell
- Homepage:
- Size: 20.3 MB
- Stars: 23
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @sonph's .files
[![travis-build-badge](https://img.shields.io/travis/sonph/dotfiles.svg)](https://travis-ci.org/sonph/dotfiles)
![screenshot](ss.png)
## 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
```