Skip to content

breezykermo/dotfiles

Repository files navigation

my dotfiles

Initially inspired/grafted from jessfraz/dotfiles, and then updated by way of LARBS and the associated dotfiles.

About the same as Luke Rice's setup, but with fish as the default shell and my vim setup.

Install

  1. Run the LARBS install script.
  2. Git clone this repo into ~/dotfiles.
  3. Git clone my vim setup into .vim and follow the setup instructions there.
  4. sudo pacman -S fish htop bat ctags emacs
  5. rm -rf ~/.local and mv ~/dotfiles/.local ~/.local
  6. rm -rf ~/.config and mv ~/dotfiles/.config ~/.config
  7. mv ~/dotfiles/.gitconfig ~/.gitconfig
  8. mv ~/dotfiles/.jupyter ~/.jupyter
  9. mv ~/dotfiles/.fonts ~/.fonts

suckless configs

these are deleted when replacing .config above, so need to reclone:

for REPO in dwm,dmenu,dwmblocks,st
do
    git clone https://github.com/lukesmithxyz/$REPO.git ~/.local/src/$REPO
    cp ~/dotfiles/.local/$REPO.h ~/.local/src/$REPO
    cd ~/.local/src/$REPO
    sudo make install
    cd -
done

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published