Skip to content

Latest commit

 

History

History
42 lines (37 loc) · 1.11 KB

README.md

File metadata and controls

42 lines (37 loc) · 1.11 KB

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