Skip to content

Latest commit

 

History

History
65 lines (48 loc) · 1.55 KB

README.md

File metadata and controls

65 lines (48 loc) · 1.55 KB

bash_profile

Same basic .bashrc has been in use since the mid 1990s.

Supports both Linux and MacOS

  • Startup splash screens
  • custom prompt, with basic git support
  • tmux configuration
  • Aliases

The follow software is expected

Mac

Run setup.sh to install all of the expected requirements and software. After vscode is installed, with the command line integration, run the script in the vscode folder to install settings and extensions.

Manual Mac application installs:

Linux

I haven't tested this on linux since switching to zellij from tmux.

  • tmux
    • TMUX Plugins
      • git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
      • git clone https://github.com/catppuccin/tmux.git ~/.tmux/plugins/tmux
  • exa - ls replacement
  • htop - top replacement
  • hh - hstr - bash history
  • mdcat
  • direnv
  • duf
  • dust
  • ctop - Top for Containers
  • bottom - Graphical system monitor

Linux

  1. xclip -- For copy/Paste in tmux

Mac

Required for tmux, not needed for zellij

  1. reattach-to-user-namespace