mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
chore: add vocabulary
This commit is contained in:
@@ -1,2 +1,8 @@
|
|||||||
Autostadt
|
Autostadt
|
||||||
Raycast
|
[Dd]otbot
|
||||||
|
[Dd]otfiles
|
||||||
|
[Hh]ammerspoon
|
||||||
|
[Nn]eovim
|
||||||
|
[Rr]aycast
|
||||||
|
[Tt]mux
|
||||||
|
[Zz]sh
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# Dotfiles
|
# Dotfiles
|
||||||
|
|
||||||
These are my Dotfiles, a collection of [NeoVim](https://neovim.io/), [tmux](https://tmux.github.io/), [zsh](http://zsh.sourceforge.net/), [Hammerspoon](http://www.hammerspoon.org/), and other tools.
|
These are my Dotfiles, a collection of [Neovim](https://neovim.io/), [tmux](https://tmux.github.io/), [zsh](http://zsh.sourceforge.net/), [Hammerspoon](http://www.hammerspoon.org/), and other tools.
|
||||||
|
|
||||||
## Initial Setup and Installation
|
## Initial Setup and Installation
|
||||||
|
|
||||||
@@ -16,4 +16,4 @@ Dotbot will create symlinks from all necessary files in the folder.
|
|||||||
|
|
||||||
## Setting Up a New Computer
|
## Setting Up a New Computer
|
||||||
|
|
||||||
The project includes a `setup` folder that has install scripts for everything I need on a new computer. The scripts can be run individually or all at once by running `./setup/init.sh`.
|
The project includes a `setup` folder that has install scripts for everything I need on a new computer. You can run the scripts individually or all at once by running `./setup/init.sh`.
|
||||||
|
|||||||
@@ -9,6 +9,8 @@ DEVONthink
|
|||||||
DWeb
|
DWeb
|
||||||
DeepL
|
DeepL
|
||||||
Django
|
Django
|
||||||
|
Dotbot
|
||||||
|
Dotfiles
|
||||||
Emoji
|
Emoji
|
||||||
Ethereum
|
Ethereum
|
||||||
Facebook
|
Facebook
|
||||||
@@ -19,6 +21,7 @@ GPS
|
|||||||
GTD
|
GTD
|
||||||
GitHub
|
GitHub
|
||||||
GitWeb
|
GitWeb
|
||||||
|
Hammerspoon
|
||||||
Homebrew
|
Homebrew
|
||||||
Horiyoshi
|
Horiyoshi
|
||||||
IPFS
|
IPFS
|
||||||
@@ -76,5 +79,8 @@ plugin
|
|||||||
plugins
|
plugins
|
||||||
podcast
|
podcast
|
||||||
pseudoscientific
|
pseudoscientific
|
||||||
|
symlinks
|
||||||
|
tmux
|
||||||
transhumanism
|
transhumanism
|
||||||
weblogs
|
weblogs
|
||||||
|
zsh
|
||||||
|
|||||||
Binary file not shown.
4
vale.ini
4
vale.ini
@@ -3,10 +3,10 @@ StylesPath = .vale
|
|||||||
MinAlertLevel = suggestion
|
MinAlertLevel = suggestion
|
||||||
Vocab = Base
|
Vocab = Base
|
||||||
|
|
||||||
Packages = Readability, proselint, write-good
|
Packages = proselint, write-good
|
||||||
|
|
||||||
[*.{md,mdx,txt}]
|
[*.{md,mdx,txt}]
|
||||||
BasedOnStyles = Vale, Readability, proselint, write-good
|
BasedOnStyles = Vale, proselint, write-good
|
||||||
|
|
||||||
# Turn off rules
|
# Turn off rules
|
||||||
Vale.Terms = NO
|
Vale.Terms = NO
|
||||||
|
|||||||
Reference in New Issue
Block a user