ITADN
eslam-allam/.dotfiles
eslam-allam/.dotfiles · 文件
文件最后提交记录最后更新时间
README.md

.dotfiles

My personal configurations managed by stow

Install

  • Clone repository to home directory

  • Run the following code to initialize config

    git submodule sync --recursive && \
    git submodule update --init --recursive && \
    stow --dotfiles .
  • Install Apps

Apps

Kitty

curl -L https://sw.kovidgoyal.net/kitty/installer.sh | sh /dev/stdin

Ensure kitty is version > 0.35.2 or on nightly version

Atuin

  • Install

    curl --proto '=https' --tlsv1.2 -LsSf https://setup.atuin.sh | sh
  • Login

    • Grab credentials from bitwarden

    • Login and sync

      atuin login -u <USERNAME>
      atuin sync

Gibo

go install github.com/simonwhitaker/gibo@latest

Spring Intitializr Go

go install github.com/eslam-allam/spring-initializer-go/cmd/spring-initializer@latest

Install These On Your Own

  • Neovim

  • Golang

  • Tmux

    • Install GitMux

      go install github.com/arl/gitmux@latest

    Don't forget to install plugins <c-a>I

  • Java