Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johanbrook/dotfiles
A bunch of neckbeard configurations.
https://github.com/johanbrook/dotfiles
dotfiles dotfiles-macos
Last synced: about 1 month ago
JSON representation
A bunch of neckbeard configurations.
- Host: GitHub
- URL: https://github.com/johanbrook/dotfiles
- Owner: johanbrook
- Created: 2014-07-14T17:15:16.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-10-27T19:53:23.000Z (about 2 years ago)
- Last Synced: 2024-04-15T12:13:30.415Z (9 months ago)
- Topics: dotfiles, dotfiles-macos
- Language: Shell
- Homepage:
- Size: 7.42 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My dotfiles
In case of computer switch.
![Terminal screenshot](https://github.com/johanbrook/dotfiles/raw/master/terminal.png)
## Editor settings
I'm currently using [Sublime Text](http://www.sublimetext.com/) as my code and text editor.
### Install
Create a symbolic link from Sublime's `Application Support` directory:
```bash
ln -s -f /Users/Johan/.dotfiles/editor/sublime/User /Users/Johan/Library/Application\ Support/Sublime\ Text/Packages/User
```Now all settings and package settings will be tracked in this repo.
### Packages
Currently (March 2022) using these packages:
```
A File Icon.sublime-package
Clickable URLs.sublime-package
EdgeDB.sublime-package
EditorConfig.sublime-package
Emmet.sublime-package
LSP-Deno.sublime-package
LSP-css.sublime-package
LSP-json.sublime-package
LSP-typescript.sublime-package
LSP.sublime-package
Nunjucks.sublime-package
Package Control.sublime-package
ayu.sublime-package
```### Thanks
- [Seivan](https://github.com/seivan/dotfiles)
- [Henrik](https://github.com/henrik/dotfiles/)
- [Holman](https://github.com/holman/dotfiles)
- [Barber](https://github.com/JBarberU/dotfiles)