From a467aca4cac19067f9c2a97cdea5d0b16f616898 Mon Sep 17 00:00:00 2001 From: MorganGeek Date: Wed, 15 Jul 2020 22:57:13 +0200 Subject: [PATCH] new: track aspell config + add symbolic links --- dot_aspell.en.prepl | 6 ++ dot_aspell.en.pws | 126 ++++++++++++++++++++++++++++++++++ dot_aspell.fr.prepl | 1 + dot_aspell.fr.pws | 6 ++ dot_scripts/symbolic_links.sh | 6 ++ 5 files changed, 145 insertions(+) create mode 100644 dot_aspell.en.prepl create mode 100644 dot_aspell.en.pws create mode 100644 dot_aspell.fr.prepl create mode 100644 dot_aspell.fr.pws diff --git a/dot_aspell.en.prepl b/dot_aspell.en.prepl new file mode 100644 index 0000000..86287d1 --- /dev/null +++ b/dot_aspell.en.prepl @@ -0,0 +1,6 @@ +personal_repl-1.1 en 0 +definenation definition +dev development +env environment +festing Testing +symblinks symbolic links diff --git a/dot_aspell.en.pws b/dot_aspell.en.pws new file mode 100644 index 0000000..d40d3b0 --- /dev/null +++ b/dot_aspell.en.pws @@ -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 diff --git a/dot_aspell.fr.prepl b/dot_aspell.fr.prepl new file mode 100644 index 0000000..6a28649 --- /dev/null +++ b/dot_aspell.fr.prepl @@ -0,0 +1 @@ +personal_repl-1.1 fr 0 diff --git a/dot_aspell.fr.pws b/dot_aspell.fr.pws new file mode 100644 index 0000000..da07964 --- /dev/null +++ b/dot_aspell.fr.pws @@ -0,0 +1,6 @@ +personal_ws-1.1 fr 5 +Make +bash +bin +pre-commit +usr diff --git a/dot_scripts/symbolic_links.sh b/dot_scripts/symbolic_links.sh index 2661b0f..fa4397b 100755 --- a/dot_scripts/symbolic_links.sh +++ b/dot_scripts/symbolic_links.sh @@ -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)