/dotfiles

My terminal configuration

Primary LanguageShell

About

This is my personal terminal configuration, which I'm very happy with.

I'm currently developing on Ubuntu 20.04 LTS from within the Windows Subsystem for Linux (wsl), which works like a charm. I also really like the new Windows Terminal.

Highlights of my setup include:

  • zsh with oh-my-zsh and the powerlevel10k theme, and all of that is managed by antigen
  • z for quickly navigating around the filesystem. Imagine typing z dotfiles and your terminal just knows where you want to go!
  • bat as a cat replacement with pager, syntax highlighting, line numbers and more awesomeness!
  • fd as a simple and fast find alternative
  • ripgrep for your fast and intuitive grepping purposes
  • fuck for when your command goes wrong and you want to see the world burn (fuck --yeah)
  • nvm to manage multiple node versions
  • yarn as the better, faster npm alternative (mostly)

Installation

Linux installation

Other steps

  • Place SSH certificate under .ssh\id_rsa and .ssh\id_rsa.pub

Windows Terminal

Other steps

  • Install the latest release of Delugia Nerd font to Windows
    • The font used may change in the future, especially if Cascadia Code gets Powerline support itself