This directory contains the dotfiles for my system
Ensure you have the following installed on your system
Check your system installation method in Git
sudo apt install git-all
Check your system installation method in Tmux
apt install tmux
Check Kitty webpage, I use this webpage to install kitty for PopOS
sudo apt install kitty
Check Yazi webpage, I use this webpage to install kitty for PopOS
In case you open a file in yazi and you config
do not open check your yazi.toml
file in ~/.confi/yazi
and change
...
[opener]
edit = [
{ run = '${EDITOR:=vi} "$@"', desc = "$EDITOR", block = true, for = "unix" },
// FOR
{ run = 'nvim "$@"', desc = "$EDITOR", block = true, for = "unix" },
...
Check Zellij webpage
cargo install --locked zellij
Check GNU stow webpage
sudo apt install stow
First, check out the dotfiles repo
in your $HOME directory using git
git clone [email protected]/felipe300/dotfiles.git
cd dotfiles
Then use GNU stow to create symlinks
stow .
In case of problems to create zellij symlinks
stow --adpot .