/dotfiles

Primary LanguageVim Script

My dotfiles

`.dotfiles` created using 🌚 dotly

Requirements

  • cargo, require build-essential.
    • install sudo apt-get install build-essenctial
  • tldr, tealdeer, require libssl-dev.
    • install sudo apt-get install libssl-dev
  • navi, require fzf v0.24+
    • upgrade fzf cd ~/.fzf && git pull && ./install according to junegunn/fzf
    • check version location of fzf which fzf then remove sudo apt-get remove fzf
    • Check to new location is added in .bashrc and .zshrc
  • dotly pbcopy require xclip
    • sudo apt-get install xclip *(optional) sudo apt-get install xsel

Restore your Dotfiles

  • Install git
  • Clone your dotfiles repository git clone [your repository of dotfiles] $HOME/.dotfiles
  • Go to your dotfiles folder cd $HOME/.dotfiles
  • Install git submodules git submodule update --init --recursive
  • Install your dotfiles DOTFILES_PATH="$HOME/.dotfiles" DOTLY_PATH="$DOTFILES_PATH/modules/dotly" "$DOTLY_PATH/bin/dot" self install
  • Restart your terminal
  • Import your packages dot package import
  • Put zsh like a default terminal chsh -s $(which zsh). Finally, log out and log back in.
  • Generate a new SSH key and adding it to the ssh-agent ssh-keygen -t ed25519 -C "your_email@example.com"O

TODO

  • PR, rust error in dot self install
  • autoinstall Requirements
  • PR, erro No such file or directory in bash/completions/* by .gitkeep
  • Check installation vim script
  • create dot to install vscodium and its configuration.

References