Skip to content

spodin/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

preview

Installation

git clone https://github.com/spodin/dotfiles.git ~/.config/dotfiles && ~/.config/dotfiles/install.sh

Shell setup

  • Zsh shell

  • Oh My Zsh - framework for managing Zsh configuration

  • Powerlevel10k - shell theme

  • Exa - ls replacement

  • Bat - cat replacement

  • Fzf - fuzzy search and filtering

    git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf && \
    ~/.fzf/install \
    --key-bindings \
    --completion \
    --no-update-rc \
    --no-bash \
    --no-fish
  • Sdkman - managing parallel versions of multiple SDKs

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

Git setup

git config -f ~/.gitlocal user.name "Your Name"
git config -f ~/.gitlocal user.email "name@example.com"

Releases

No releases published

Packages

No packages published

Languages