Skip to content

rwxmad/dotfiles

Repository files navigation

______         _     __  _  _
|  _  \       | |   / _|(_)| |
| | | |  ___  | |_ | |_  _ | |  ___  ___
| | | | / _ \ | __||  _|| || | / _ \/ __|
| |/ / | (_) || |_ | |  | || ||  __/\__ \
|___/   \___/  \__||_|  |_||_| \___||___/

Installation

  1. Clone this repo with submodules
git clone --recurse-submodules [email protected]:rwxmad/dotfiles.git
  1. Run install.sh

Shell setup

  • alacritty - A cross-platform, OpenGL terminal emulator
  • zsh - Unix shell that is built on top of bash with additional features
  • starship - Cross-shell prompt
  • tmux - Terminal multiplexer
  • nvim - Vim-fork focused on extensibility and usability
  • ripgrep - A line-oriented search tool that recursively searches the current directory for a regex pattern
  • fd - A simple, fast and user-friendly alternative to 'find'
  • eza - A modern replacement for ‘ls’
  • delta - A syntax-highlighting pager for git, diff, and grep output

More tools in Brewfile

Scripts

You can find aliases for all scripts in aliases.zsh

Script Description Alias
ip.sh Return local and external ipv4 ip
extract.sh Extract compressed files extract {file}