Skip to content

Latest commit

 

History

History
71 lines (50 loc) · 2.04 KB

README.md

File metadata and controls

71 lines (50 loc) · 2.04 KB

Linux Configuration Setup

This repository contains a configuration setup to enhance your terminal experience on Linux. It includes custom aliases, a personalized prompt using Oh-My-Zsh, and various modules to boost productivity.

Prerequisites

Before you begin, make sure you have the following installed on your system:

Installation

1. Clone the repository

git clone https://github.com/BadEnd777/dotfiles.git

2. Open the linux directory

cd dotfiles/linux

3. Give the install.sh script executable permissions

chmod +x install.sh

4. Run the install.sh script

./install.sh

Currently, the script will only install the Zsh profile and Oh-My-Zsh theme. I plan to add more features in the future.

Note

Manually install read the manual installation guide.

Usage

Aliases

Alias Command Description
l ls -a -l List all files and directories in the current directory
nf touch Create a new file
nd mkdir Create a new directory
rm rm -rf Remove a file
rd rm -rf Remove a directory
vim nvim Open Neovim
c clear Clear the terminal screen
g git Git
gs git status Git status
ga git add Git add
gc git commit -m Git commit
gp git push Git push

Plugins

Plugin Description
zsh-autosuggestions Suggests commands as you type based on history and completions
zsh-syntax-highlighting Fish shell-like syntax highlighting for Zsh
fast-syntax-highlighting Optimized syntax highlighting for Zsh
zsh-autocomplete Fish-like fast/unobtrusive autocomplete for Zsh