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
- Host: GitHub
- URL: https://github.com/falsyvalues/dotfiles
- Owner: falsyvalues
- License: mit
- Created: 2017-02-07T15:43:29.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-02-25T10:43:07.000Z (over 1 year ago)
- Last Synced: 2025-03-31T09:21:19.416Z (about 1 year ago)
- Topics: bash, editorconfig, git, sublime-text-3
- Language: Shell
- Size: 29.3 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.