wkrix / dotfiles

Various configuration files for programs that I use

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Walter Krix's dotfiles

Various configuration files for programs that I use .

Install these dotfiles

Prerequisites

Install Oh My Zsh

sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

Clone zsh-syntax-highlighting plugin

git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting

Clone Powerlevel10k theme

git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k

Install SDKMAN!

curl -s "https://get.sdkman.io?rcupdate=false" | zsh

How To Manage Your Own Dotfiles

I use the git bare repository method for managing my dotfiles. Here is an article about this method of managing your dotfiles: https://developer.atlassian.com/blog/2016/02/best-way-to-store-dotfiles-git-bare-repo/

About

Various configuration files for programs that I use


Languages

Language:Shell 100.0%