Unzip and override this files into user profile directory. Notice that you have to use --recursive for downloading submodules.
brew install neovim
brew install fzf
brew install the_silver_searcher
brew install lsd
brew install bat
brew install cloc
brew install gh
brew install git
brew install jq
npm install -g ipt
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
git clone https://github.com/jimeh/tmuxifier.git ~/.tmuxifier
Directory ~/
ln -s ~/DotFiles/ohmyzsh
ln -s ~/DotFiles/ohmyzsh-custom
ln -s ~/DotFiles/.zshrc
ln -s ./DotFiles/.gitconfig
ln -s ./DotFiles/.ideavimrc
ln -s ./DotFiles/.tmux.conf
Directory .config
ln -s ~/DotFiles/nvim
ln -s ~/DotFiles/lsd
To enable raycast extensions, compile extensions locally
yarn install
yarn dev
Setup your ohmyzsh jira config on your private config file
export JIRA_URL='https://url_to_jira_cloud.example'