Skip to content

Commit

Permalink
update typos
Browse files Browse the repository at this point in the history
  • Loading branch information
hezhizhen committed Aug 16, 2024
1 parent 212cd38 commit f790f1a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ ba = "ba"
Siduction = "Siduction"
iterm = "iterm" # iterm2
Sur = "Sur" # macOS Big Sur
noice = "noice" # Neovim plugin: https://github.com/folke/noice.nvim
[files]
extend-exclude = [".git"]
ignore-hidden = false
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
all: sync

sync:

[ -d ~/.doom.d ] || ln -s $(PWD)/.doom.d ~/.doom.d
[ -f ~/.finicky.js ] || ln -s $(PWD)/.finicky.js ~/.finicky.js
[ -f ~/.gitconfig ] || ln -s $(PWD)/.gitconfig ~/.gitconfig
Expand All @@ -12,7 +11,6 @@ sync:
[ -d ~/.config ] || ln -s $(PWD)/.config ~/.config

clean:

rm -rf ~/.doom.d
rm -f ~/.finicky.js
rm -f ~/.gitconfig
Expand Down

0 comments on commit f790f1a

Please sign in to comment.