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.
Before you begin, make sure you have the following installed on your system:
git clone https://github.com/BadEnd777/dotfiles.git
cd dotfiles/linux
chmod +x install.sh
./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.
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 |
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 |