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

https://github.com/falsyvalues/dotfiles

dotfiles
https://github.com/falsyvalues/dotfiles

bash editorconfig git sublime-text-3

Last synced: 8 months ago
JSON representation

dotfiles

Awesome Lists containing this project

README

          

# dotfiles
dotfiles

## bash

`.bash_profile` sets configuration for better bash history handling.

### ssh

`.bash_profile` script handles SSH keys loading through SSH agent (`ssh-add`). This also requires key-hostname mapping in `.ssh/config`. Check the openbsd man for [ssh_config](http://man.openbsd.org/ssh_config).

## Sublime Text 3
Sublime Text 3 configuration contains only necessary files for proper [syncing](https://packagecontrol.io/docs/syncing) as recommended.

## Visual Studio Code
Visual Studio Code configuration is on basic level right now, but I will try go align 1:1 Sublime with VS Code. Read more on [docs](https://code.visualstudio.com/docs) site.