Skip to content

renegadevi/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

My dotfiles

New simpler dotfiles for my *nix/linux machines

terminal (ghostty)

#fedora/rhel
sudo dnf copr enable scottames/ghostty
sudo dnf install ghostty

zsh

#starship
curl -sS https://starship.rs/install.sh | sh

# nerdfont
curl -O https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/Meslo.zip
## then install it in your system, often example: /usr/local/share/fonts/

#zsh auto suggestions
git clone https://github.com/zsh-users/zsh-autosuggestions ~/.zsh/zsh-autosuggestions
echo "source ~/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh" >> ${ZSOTDIR:-$HOME}/.zshrc

#zsh syntax highlighting
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ~/.zsh/zsh-syntax-highlighting
echo "source ~/.zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" >> ${ZDOTDIR:-$HOME}/.zshrc

editor

Keep vim clean for cross-platform use, and use helix as the terminal IDE.

cli tools

bat fd

About

Dotfiles

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages