`.dotfiles` created using 🌚 dotly
- cargo, require
build-essential.- install
sudo apt-get install build-essenctial
- install
- tldr, tealdeer, require
libssl-dev.- install
sudo apt-get install libssl-dev
- install
- navi, require
fzf v0.24+- upgrade fzf
cd ~/.fzf && git pull && ./installaccording to junegunn/fzf - check version location of fzf
which fzfthen removesudo apt-get remove fzf - Check to new location is added in
.bashrcand.zshrc
- upgrade fzf
- dotly pbcopy require
xclipsudo apt-get install xclip*(optional)sudo apt-get install xsel
- 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
zshlike a default terminalchsh -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
- PR, rust error in dot self install
- autoinstall Requirements
- PR, erro
No such file or directoryinbash/completions/*by.gitkeep - Check
installation vim script - create dot to install
vscodiumand its configuration.