/dotfiles

Primary LanguageShell

dotfiles

needs at least git 2.9 installed to use the git hooksPath

  • make symlink to .gitconfig in $HOME path
  • make symlink to .gitignore_global in $HOME path

TODO:

  • install thefuck
  • install fortune
  • install cowsay
  • install nvm

2022

asdf plugins

❯ asdf plugin list --urls
ansible-base                 https://github.com/amrox/asdf-pyapp.git
awscli                       https://github.com/MetricMike/asdf-awscli.git
make                         https://github.com/yacchi/asdf-make.git
terraform                    https://github.com/asdf-community/asdf-hashicorp.git

set environment variables

❯ echo "export HOME_DNS_SERVERS=\"0.0.0.0 0.0.0.0\"" >> ~/.zsh.env

enabling optional zsh includes

❯ ln -s $(pwd)/.zsh.mac ${HOME}/.zsh.mac
❯ ln -s $(pwd)/.zsh.k8s ${HOME}/.zsh.k8s