Skip to content

My personal dotfiles for everything I use on my system.

Notifications You must be signed in to change notification settings

eXsoR65/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Dotfiles

My dotfiles use the following:

  • Fish Shell
    • Atuin (Shell history replacement)
    • Eza (ls replacement)
    • Starship (Shell prompt)
    • Zoxide (cd replacement)
  • Hyprland
  • Kitty
  • Neovim
  • Waybar

To use my dotfiles

Note

Since I use an Atomic Desktop, I use Homebrew to install most commandline packages, see Homebrew on Linux for insturctions. Fish, Hyprland, Kitty, and Waybar are the exception as I install this via OS Packagement.

  1. Install all required packaged.
brew install atuin eza starship zoxide neovim stow
  1. Install a Nerd Font FireCode
wget -P ~/.local/share/fonts https://github.com/ryanoasis/nerd-fonts/releases/download/v3.3.0/FiraCode.zip \
&& cd ~/.local/share/fonts \
&& unzip FiraCode.zip \
&& rm FiraCode.zip LICENSE README.md \
&& fc-cache -fv
  1. Clone the repository
git clone https://github.com/eXsoR65/dotfiles.git ~/dotfiles
  1. Change directory to ~/dotfile and run stow to link them.
cd ~/dotfiles && stow .

Screenshot

screenshot

About

My personal dotfiles for everything I use on my system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published