Skip to content

murn0/dotfiles

Repository files navigation

My dotfiles

Instalation

curl -sL https://raw.githubusercontent.com/murn0/dotfiles/master/install.sh | sh

Shell

Fish shell plugin management

Font

Prompt

Install packages

Makefile task

Running the make command will display help

  • make setup - All setup. also run this command to update
  • make doctor - Check if the package has been successfully installed
  • make create-symlinks - Create all symbolic link
  • make unlinks - Unlink all symbolic link

Key bindings

  • Ctrl+r : History search
  • Ctrl+f : Directory search (using fd)
  • Ctrl+v : Variable search
  • Ctrl+g : Git log search
  • Ctrl+z : cd with interactive selection (using zoxide)

Requires

⚠️For MacOS, please install Homebrew first

Codespaces

You can also start Github Codespaces and try it out

cd ~/.dotfiles
make setup

...

Successfully setup completed! Type fish to start a fish shell and enjoy hacking!

fish