Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/magnetikonline/dotfiles
Dotfiles - Ubuntu 18.04LTS.
https://github.com/magnetikonline/dotfiles
bash dotfiles gitconfig linux sublime-text ubuntu vscode
Last synced: about 2 months ago
JSON representation
Dotfiles - Ubuntu 18.04LTS.
- Host: GitHub
- URL: https://github.com/magnetikonline/dotfiles
- Owner: magnetikonline
- License: mit
- Created: 2012-10-03T13:19:52.000Z (about 12 years ago)
- Default Branch: main
- Last Pushed: 2024-09-09T03:49:47.000Z (4 months ago)
- Last Synced: 2024-09-09T05:02:09.736Z (4 months ago)
- Topics: bash, dotfiles, gitconfig, linux, sublime-text, ubuntu, vscode
- Homepage:
- Size: 116 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles - Linux
- [Highlights](#highlights)
- [Editor font](#editor-font)
- [Current](#current)
- [Previous](#previous)
- [Visual Studio Code extensions](#visual-studio-code-extensions)
- [Sublime Text 3 packages](#sublime-text-3-packages)## Highlights
- `.gitconfig`
- [aliases](.gitconfig#L38-L59).
- Work/personal [profile switching](.gitconfig#L61-L62) based on repository path.
- [userdiff](.gitattributes-global) config.
- Some useful Bash aliases in [`~/.bashrcmagnetik`](.bashrcmagnetik#L48-L80).
- [Visual Studio Code](https://code.visualstudio.com/) user settings.
- [Sublime Text 3](https://www.sublimetext.com/3) user settings.## Editor font
### Current
- [JetBrains Mono](https://github.com/JetBrains/JetBrainsMono).
- Configured with:
- [Visual Studio Code](.config/Code/User/settings.json#L7-L9).
- [Sublime Text 3](.config/sublime-text-3/Packages/User/Preferences.sublime-settings#L52-L56).### Previous
- [FiraCode](https://github.com/tonsky/FiraCode).
- [Input](http://input.fontbureau.com/).
- [Preview configured font stack](http://input.fontbureau.com/preview/?size=14&language=python&theme=solarized-dark&family=InputMono&width=200&weight=400&line-height=1.1&a=0&g=0&i=0&l=0&zero=0&asterisk=0&braces=0&preset=default&customize=please).## Visual Studio Code extensions
```sh
$ code --list-extensions --show-versions
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
```## Sublime Text 3 packages
- [AlignTab](https://github.com/randy3k/AlignTab)
- [EditorConfig](https://github.com/sindresorhus/editorconfig-sublime)
- [GitGutter](https://github.com/jisaacks/GitGutter)
- [Gofmt](https://github.com/noonat/sublime-gofmt)
- [LineEndings](https://github.com/titoBouzout/LineEndings)
- [Nginx](https://github.com/brandonwamboldt/sublime-nginx)
- [SCSS](https://github.com/P233/Syntax-highlighting-for-Sass)
- [SublimeJEDI](https://github.com/srusskih/SublimeJEDI)
- [TodoReview](https://github.com/jonathandelgado/SublimeTodoReview)