Skip to content

felipe300/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My dotfiles

This directory contains the dotfiles for my system

Requirements

Ensure you have the following installed on your system

Git

Check your system installation method in Git

sudo apt install git-all

Tmux

Check your system installation method in Tmux

apt install tmux

Kitty

Check Kitty webpage, I use this webpage to install kitty for PopOS

sudo apt install kitty

Yazi

Check Yazi webpage, I use this webpage to install kitty for PopOS

Use your nvim conf in Yazi

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" },
...

Zellij

Check Zellij webpage

cargo install --locked zellij

Stow

Check GNU stow webpage

sudo apt install stow

Installation

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 .

Releases

No releases published

Packages

No packages published

Languages