Skip to content

rimaout/Terminal-Setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Terminal-Setup

This is my tokyonight themed terminal setup for Kitty on macOS

image

Configuration

Terminal Emulator: Kitty

  • Description: cross platform, gpu based terminal emulator
  • My config files
  • Config file directory path: ~/.config/kitty (macOS)
  • Theme: tokyo-night

Primary Shell: Fish-shell

Font: Cascadia code PL

  • Use the nerd fonts version to have special characters
  • On macos use these commads brew tap homebrew/cask-fonts and brew font-caskaydia-cove-nerd-font to install the font

Promt Customisation: Starship

  • Description: Customisable prompt for any shell written in rust
  • My config file
  • Config file path: ~/.config/starship.toml (macos)

Plugins:

Chezmoi:

  • Description: Manage your dotfiles across multiple machines

Atuin:

  • Description: Magical shell history

Tldr:

  • Description: Cheatsheets for console commands

Neofech:

  • Description: Command-line system information tool
  • My config file
  • Config directory filepath: ~/.config/neofetch (macOS)
  • To run neofech at the terminal startup add neofech ad the end of you shell config file (in my case ~/.config/fish/config.fish)

Eza:

  • Description: ls alternative with syntax highlighting and other powerful tools, written in rust

Bat:

  • Description: cat clone with syntax highlighting and Git integration, written in rust
  • My config files
  • Config file directory path: ~/.config/bat (macOS)
  • Theme: read

Dust:

Zellij:

  • Description: Developer workspace oriented to terminal user (similar to terminal multiplexer), written in rust
  • My config file
  • Config directory filepath: ~/.config/zellij (macOS)
  • Theme: tokyo-night

Gitui:

  • Description: Git GUI but right in your terminal, Lazygit alternative written in rust
  • Problem that i have encountered and how to fix them: ssh-key-gitui-error
  • My config file
  • Config directory filepath: ~/.config/gitui (macOS)
  • Theme: tokyo-night

Helix:

  • Description: Simple and beginner friendly, Neovim inspired editor, written in Rust.
  • My config file
  • Config directory filepath: ~/.config/helix (macOS)
  • Theme: tokyo-night

image


About

This is my terminal setup for kitty on macos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages