https://github.com/dkunin/dotfiles
Personal dotfiles
https://github.com/dkunin/dotfiles
dotfiles eslint gitconfig osx personal-dotfiles snippets sublime
Last synced: 3 months ago
JSON representation
Personal dotfiles
- Host: GitHub
- URL: https://github.com/dkunin/dotfiles
- Owner: DKunin
- Created: 2016-02-15T06:22:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-08-27T15:33:39.000Z (about 1 year ago)
- Last Synced: 2024-08-27T17:12:11.684Z (about 1 year ago)
- Topics: dotfiles, eslint, gitconfig, osx, personal-dotfiles, snippets, sublime
- Language: Shell
- Size: 3.62 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DKunin's personal dotfiles, functions, quirks and settings
# TemperMonkey Scripts
- stash-editor-jump : adds input field to stash for you to specify folder and use it with: [menubar-helper](https://github.com/DKunin/menubar-helper)# bitplugins
- days : Display number of days, since you were born
- dirty : Get dirty projects (not staged, or non commited)
- prs : Pull requests list
- user : Wakatime info
- week : Displays current week number# sublime
- TodoReview: Settings for TodoReview plugin
- Snippets: snippets for sublime stuff, to link:
```console
ln -s $DOTFILES/sublime/snippets /Users/USER/Library/Application\ Support/Sublime\ Text\ 3/Packages/User
ln -s $DOTFILES/sublime/SETTINGS_FILE /Users/USER/Library/Application\ Support/Sublime\ Text\ 3/Packages/User```
# root
- alisases - selfexplanatory :)
- editorconfig - Config for Sublime Text Editor
- env - Main enviroment variables, settings and shortcuts
- eslint - My common eslint settings
- functions - functions that were not fit for alias, or for a bin
- gitconfig - My common gitconfig
- jscsrc - My common jscs settings
- mouse-trap-todoist-setting.js - Mousetrap bindings for my Todoist wrapper, if this files is cnahged - all linked apps change their bindings as well
- npm-init - npm init additional logic, cam be setup with:
```
npm config set init-module ~/.npm-init.js
```
- osx - osx specific quirks
- phoenix - phoenix window positioning app settings
- README - this file )
- StarterKis.json - settings file for npm propel
- vimrc - vim configuration file
- zprofile - profile for zsh
- zshrc - zsh configuration# completion file location
## Darwin
```
/usr/local/etc/bash_completion.d/
```## Linux
```
/etc/bash_completion.d/
```