Home

Awesome

dotfiles

total lines GitHub code size in bytes GitHub repo size

GitHub commit week activity GitHub commit month activity GitHub commit year activity

Overview

My home dotfiles

overview

Supported OS

Install

  1. Download

    git clone https://github.com/yutkat/dotfiles.git
    cd dotfiles
    
  2. Install

    ./install.sh
    

    or with GUI(Hyprland/i3/sway setup)

    ./install.sh --gui
    
  3. zsh plugin install

    exec zsh
    
  4. neovim plugin install

    vi --headless -c 'Lazy! sync' -c 'qall'
    
  5. Enjoy!

Temporary Install

If you do not want to dirty your home directory

  1. Download

    mkdir /tmp/tmphome
    cd /tmp/tmphome
    git clone https://github.com/yutkat/dotfiles.git
    cd dotfiles
    
  2. Set HOME environment temporary

    export HOME=/tmp/tmphome
    
  3. Install

    ./install.sh
    

    or with GUI(Hyprland/i3/sway setup)

    ./install.sh --gui
    
  4. zsh plugin install

    exec zsh
    
  5. neovim plugin install

    vi --headless -c 'Lazy! sync' -c 'qall'
    

Components

Usage

Frequently used shortcuts

wezterm

keyaction
Alt-h/j/k/lswitch window
Alt-jclose window
Alt-kcreate window
S-Up/Down/Left/Rightswitch pane

Hyprland/i3/sway

keyaction
Mod-h/j/k/lswitch window
Mod-S-h/j/k/lmove window
Mod-C-S-h/j/k/lmove workspace

Insight

<!-- Made with [OSS Insight](https://ossinsight.io/) -->

Activity

<a href="https://next.ossinsight.io/widgets/official/compose-last-28-days-stats?repo_id=44688041" target="_blank" style="display: block" align="center"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://next.ossinsight.io/widgets/official/compose-last-28-days-stats/thumbnail.png?repo_id=44688041&image_size=auto&color_scheme=dark" width="655" height="auto"> <img alt="Performance Stats of yutkat/dotfiles - Last 28 days" src="https://next.ossinsight.io/widgets/official/compose-last-28-days-stats/thumbnail.png?repo_id=44688041&image_size=auto&color_scheme=light" width="655" height="auto"> </picture></a>

Changes

<a href="https://next.ossinsight.io/widgets/official/analyze-repo-loc-per-month?repo_id=44688041" target="_blank" style="display: block" align="center"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://next.ossinsight.io/widgets/official/analyze-repo-loc-per-month/thumbnail.png?repo_id=44688041&image_size=auto&color_scheme=dark" width="721" height="auto"> <img alt="Lines of Code Changes of yutkat/dotfiles" src="https://next.ossinsight.io/widgets/official/analyze-repo-loc-per-month/thumbnail.png?repo_id=44688041&image_size=auto&color_scheme=light" width="721" height="auto"> </picture></a>

Star History

<a href="https://next.ossinsight.io/widgets/official/analyze-repo-stars-history?repo_id=44688041" target="_blank" style="display: block" align="center"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://next.ossinsight.io/widgets/official/analyze-repo-stars-history/thumbnail.png?repo_id=44688041&image_size=auto&color_scheme=dark" width="721" height="auto"> <img alt="Star History of yutkat/dotfiles" src="https://next.ossinsight.io/widgets/official/analyze-repo-stars-history/thumbnail.png?repo_id=44688041&image_size=auto&color_scheme=light" width="721" height="auto"> </picture></a>