mirror of
https://github.com/sharkdp/bat
synced 2026-08-06 19:21:43 +00:00
Support for custom syntaxes, add 'Markdown extended' theme, closes #10
This commit is contained in:
@@ -19,10 +19,17 @@
|
||||
|
||||
## Installation
|
||||
|
||||
```
|
||||
``` bash
|
||||
cargo install bat
|
||||
|
||||
mkdir -p ~/.config/bat/themes
|
||||
cd ~/.config/bat/themes
|
||||
wget https://raw.githubusercontent.com/cj/sublime/master/Color%20Scheme%20-%20Default/Monokai.tmTheme
|
||||
git clone https://github.com/jonschlinkert/sublime-monokai-extended
|
||||
ln -s "sublime-monokai-extended/Monokai Extended.tmTheme" Default.tmTheme
|
||||
|
||||
mkdir -p ~/.config/bat/syntax
|
||||
cd ~/.config/bat/syntax
|
||||
git clone https://github.com/sublimehq/Packages/
|
||||
rm -rf Packages/Markdown
|
||||
git clone https://github.com/jonschlinkert/sublime-markdown-extended
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user