1
1
Fork 0
Dotfiles!
Go to file
KenwoodFox 3970f9bca7 Add paths 2026-01-06 16:35:34 -05:00
.FreeCAD Bump a few things 2024-04-23 12:19:03 -04:00
.config Tada 2025-10-14 17:44:51 -04:00
.githooks Tada 2025-10-14 17:44:51 -04:00
.local/bin Tada 2025-10-14 17:44:51 -04:00
.oh-my-zsh/custom git may not be installed in alias dir on bsd unix 2021-06-18 16:21:51 -04:00
.ssh Tada 2025-10-14 17:44:51 -04:00
.wallpaper Upload Wallpapers 2021-06-13 14:33:42 -04:00
schemes Add shemes 2021-12-16 17:14:36 -05:00
.gitconfig Tada 2025-10-14 17:44:51 -04:00
.gitignore Everybody needs a gitignore 2021-05-29 20:03:39 -04:00
.p10k.zsh This is a cooler color 2022-12-27 23:13:11 -05:00
.vimrc Default branch push 2022-03-16 18:07:16 -04:00
.zshrc Add paths 2026-01-06 16:35:34 -05:00
README.md Update readme with missing bits 2021-06-17 18:11:50 +01:00

README.md

Clone repo

git clone --bare https://kitsunehosting.net/gitea/Kenwood/dotfiles.git $HOME/.dotfiles

Make a temp alias (will be perminant via .zshrc)

alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'

Pull stuff down!

config checkout

If things offend, backup or delete existing/differeing files.

This could work but idk

mkdir -p .config-backup && \
config checkout 2>&1 | egrep "\s+\." | awk {'print $1'} | \
xargs -I{} mv {} .config-backup/{}

Also use this to keep it all neat!

config config --local status.showUntrackedFiles no

Also, clone all the zsh plugins

Install omzsh!

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

p10k

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

Autocompletions

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

Syntax highlighting

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

zsh-z

git clone https://github.com/agkozak/zsh-z $ZSH_CUSTOM/plugins/zsh-z

fzf

git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
~/.fzf/install