Skip to content

AH-Merii/SMS-Supercharge-My-Shell

Repository files navigation

SMS Supercharge-My-Shell

image

About

This directory contains all the dotfiles for a supercharged development environment. It includes an easy way to make sure that all the necessary programs are installed using the setup.sh script.

⚠️ NOTE: This setup only works on Arch Linux as it makes heavy use of the AUR.

Table of Contents

Modern Unix Tools

The setup adds the following modern unix tools and creates aliases for their GNU counterparts:

  • cat:bat - A cat clone with syntax highlighting and Git integration.
  • grep:ripgrep - An extremely fast alternative to grep that respects your gitignore
  • ls:exa - A modern replacement for ls
  • diff:delta - A viewer for git and diff output

Terminal Setup

The setup adds the following tools to terminal gui tools:

  • lazygit - A simple terminal UI for git commands, written in Go with the gocui library.
  • lf - A terminal file manager
  • fzf - A general purpose command-line fuzzy finder.
  • powerlevel10k - A minimal, blazing-fast, and highly customizable prompt for any shell
  • helix - Post Modern Modal Text Editor ---> An alternative to Vim

Zsh

The setup installs zsh and sets it as the default shell. The following zsh extensions are also installed using zap:

Navigation

This setup also includes all the shortcuts for selecting text that you would use on a normal text editor such as:

  • ctrl + -> move one word right
  • ctrl + <- move one word left
  • ctrl + shift + -> select one word right
  • ctrl + shift + <- select one word left
  • home go to start of line
  • end go to end of line
  • shift + home select to start of line
  • shift + end select to end of line
  • ctrl + c during selection copy
  • ctrl + x during selection cut
  • ctrl + v paste

Install

Prerequisites

### Setup Script
To automatically setup the development environment simply navigate to the root directory of the repo, and run: 
```bash
./setup.sh

Dotfiles

If you would simply like to copy the dotfiles, then while you are in setup.sh simply skip the other steps when prompted and only run the step related to the configs.

OR Run stow to symlink everything or just select what you want

stow */ -t ~ # creates a symlink for all config files
stow zsh # creates symlink for only zsh configs

About

Supercharge your shell, with this easy to setup installation script.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages