mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 12:15:29 +00:00
chore: add vocabulary
This commit is contained in:
@@ -1,2 +1,8 @@
|
||||
Autostadt
|
||||
Raycast
|
||||
[Dd]otbot
|
||||
[Dd]otfiles
|
||||
[Hh]ammerspoon
|
||||
[Nn]eovim
|
||||
[Rr]aycast
|
||||
[Tt]mux
|
||||
[Zz]sh
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
# 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
|
||||
|
||||
@@ -16,4 +16,4 @@ Dotbot will create symlinks from all necessary files in the folder.
|
||||
|
||||
## 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
|
||||
DeepL
|
||||
Django
|
||||
Dotbot
|
||||
Dotfiles
|
||||
Emoji
|
||||
Ethereum
|
||||
Facebook
|
||||
@@ -19,6 +21,7 @@ GPS
|
||||
GTD
|
||||
GitHub
|
||||
GitWeb
|
||||
Hammerspoon
|
||||
Homebrew
|
||||
Horiyoshi
|
||||
IPFS
|
||||
@@ -76,5 +79,8 @@ plugin
|
||||
plugins
|
||||
podcast
|
||||
pseudoscientific
|
||||
symlinks
|
||||
tmux
|
||||
transhumanism
|
||||
weblogs
|
||||
zsh
|
||||
|
||||
Binary file not shown.
4
vale.ini
4
vale.ini
@@ -3,10 +3,10 @@ StylesPath = .vale
|
||||
MinAlertLevel = suggestion
|
||||
Vocab = Base
|
||||
|
||||
Packages = Readability, proselint, write-good
|
||||
Packages = proselint, write-good
|
||||
|
||||
[*.{md,mdx,txt}]
|
||||
BasedOnStyles = Vale, Readability, proselint, write-good
|
||||
BasedOnStyles = Vale, proselint, write-good
|
||||
|
||||
# Turn off rules
|
||||
Vale.Terms = NO
|
||||
|
||||
Reference in New Issue
Block a user