new: track aspell config + add symbolic links
This commit is contained in:
parent
4e7c787e8d
commit
a467aca4ca
6
dot_aspell.en.prepl
Normal file
6
dot_aspell.en.prepl
Normal file
@ -0,0 +1,6 @@
|
||||
personal_repl-1.1 en 0
|
||||
definenation definition
|
||||
dev development
|
||||
env environment
|
||||
festing Testing
|
||||
symblinks symbolic links
|
126
dot_aspell.en.pws
Normal file
126
dot_aspell.en.pws
Normal file
@ -0,0 +1,126 @@
|
||||
personal_ws-1.1 en 125
|
||||
APIs
|
||||
BINDIR
|
||||
Backend
|
||||
Brewfile
|
||||
CLI
|
||||
CUI
|
||||
CentOS
|
||||
Chai
|
||||
CloudDocs
|
||||
Coreutils
|
||||
Diffutils
|
||||
Fanboyism
|
||||
Feng
|
||||
GPL
|
||||
Gemfile
|
||||
Gocui
|
||||
Hirokuni
|
||||
HomeBrew
|
||||
Huawei
|
||||
Keybind
|
||||
Keybinds
|
||||
MPL
|
||||
MacOS
|
||||
Mackup
|
||||
OSX
|
||||
PRs
|
||||
PluginInstall
|
||||
README
|
||||
Repl
|
||||
Repo
|
||||
Roadmap
|
||||
SDKMan
|
||||
Spotify
|
||||
Survivorship
|
||||
Vundle
|
||||
ansiweatherrc
|
||||
autoload
|
||||
autosuggestions
|
||||
awsls
|
||||
bach
|
||||
bashtop
|
||||
bundler
|
||||
cd
|
||||
centos
|
||||
chaifeng
|
||||
checkci
|
||||
chmod
|
||||
chsh
|
||||
compat
|
||||
compinit
|
||||
conf
|
||||
config
|
||||
copyhooks
|
||||
darwin
|
||||
dev
|
||||
dotfiles
|
||||
dryrun
|
||||
env
|
||||
esac
|
||||
fsSL
|
||||
gcc
|
||||
gh
|
||||
gitconfig
|
||||
gpg
|
||||
gradle
|
||||
groupinstall
|
||||
homebrew
|
||||
htop
|
||||
init
|
||||
json
|
||||
kotlin
|
||||
libxcrypt
|
||||
linters
|
||||
linux
|
||||
llo
|
||||
ln
|
||||
macos
|
||||
md
|
||||
mkdir
|
||||
mockall
|
||||
mockfalse
|
||||
mocktrue
|
||||
moro
|
||||
neofetch
|
||||
newsboat
|
||||
nms
|
||||
npm
|
||||
pipenv
|
||||
powerlevel
|
||||
pre
|
||||
py
|
||||
pyenv
|
||||
qall
|
||||
reconnection
|
||||
repos
|
||||
rustc
|
||||
rustfmt
|
||||
rustup
|
||||
rvm
|
||||
sSL
|
||||
sSfL
|
||||
sdk
|
||||
selfupdate
|
||||
sherlock
|
||||
snf
|
||||
stderr
|
||||
stdout
|
||||
sudo
|
||||
surfraw
|
||||
templateDir
|
||||
templatedir
|
||||
terraform
|
||||
txt
|
||||
uname
|
||||
unsave
|
||||
url
|
||||
usr
|
||||
vimrc
|
||||
webpage
|
||||
whoami
|
||||
wikit
|
||||
wtf
|
||||
yamllint
|
||||
zsh
|
||||
zshrc
|
1
dot_aspell.fr.prepl
Normal file
1
dot_aspell.fr.prepl
Normal file
@ -0,0 +1 @@
|
||||
personal_repl-1.1 fr 0
|
6
dot_aspell.fr.pws
Normal file
6
dot_aspell.fr.pws
Normal file
@ -0,0 +1,6 @@
|
||||
personal_ws-1.1 fr 5
|
||||
Make
|
||||
bash
|
||||
bin
|
||||
pre-commit
|
||||
usr
|
@ -36,6 +36,12 @@ ln -snf "$HOME/Code/dotfiles/private_dot_config/wtf" "$HOME/.config/wtf"
|
||||
ln -snf "$HOME/Code/dotfiles/private_dot_config/yamllint" "$HOME/.config/yamllint"
|
||||
ln -snf "$HOME/Code/dotfiles/dot_git-template/.pre-commit-config.yaml" "$HOME/dotfiles/.pre-commit-config.yaml"
|
||||
|
||||
# Aspell symbolic links
|
||||
ln -snf "$HOME/Code/dotfiles/dot_aspell.en.prepl" "$HOME/.aspell.en.prepl"
|
||||
ln -snf "$HOME/Code/dotfiles/dot_aspell.en.pws" "$HOME/.aspell.en.pws"
|
||||
ln -snf "$HOME/Code/dotfiles/dot_aspell.fr.prepl" "$HOME/.aspell.fr.prepl"
|
||||
ln -snf "$HOME/Code/dotfiles/dot_aspell.fr.pws" "$HOME/.aspell.fr.pws"
|
||||
|
||||
# Other symbolic links + Install Docker Desktop for Mac
|
||||
case "$(uname -s)" in
|
||||
Darwin)
|
||||
|
Loading…
Reference in New Issue
Block a user