`.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 && ./install
according to junegunn/fzf - check version location of fzf
which fzf
then removesudo apt-get remove fzf
- Check to new location is added in
.bashrc
and.zshrc
- upgrade fzf
- dotly pbcopy require
xclip
sudo 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
zsh
like 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 "[email protected]"O
- PR, rust error in dot self install
- autoinstall Requirements
- PR, erro
No such file or directory
inbash/completions/*
by.gitkeep
- Check
installation vim script
- create dot to install
vscodium
and its configuration.