Skip to content

An amazing vim config, a mediocre zsh config, and (for those with no fear) emojis in your terminal. Also my script for quickly updating/installing my dotfiles on many machines.

Notifications You must be signed in to change notification settings

flounderK/dotfiles

Repository files navigation

dotfiles

An amazing vim config, a mediocre zsh config, and (for those with no fear) emojis in your terminal.

Also my script for quickly updating/installing my dotfiles on many machines.

Eventually much of this might be merged with the ctf environment setup scripts because there is so much overlap https://github.com/flounderK/ctf-environment

Usage:

for zsh:

sudo ./dotfilesInstallScripts/zsh_deps.sh
./dotfilesInstallScripts/zshsetup.sh
python3 update_dotfiles.py --install -f .zshrc
python3 update_dotfiles.py --install -f .zshenv
python3 update_dotfiles.py --install -f .zprofile
sudo chsh -s $(which zsh) $(whoami)

for vim:

sudo ./dotfilesInstallScripts/vim_deps.sh
./update_dotfiles.py --install -f .vimrc
vim

About

An amazing vim config, a mediocre zsh config, and (for those with no fear) emojis in your terminal. Also my script for quickly updating/installing my dotfiles on many machines.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published