Published
- 1 min read
My Linux Dot Files & Configurations
Here is a collection of my linux dot files & configurations
The Repository is located here.
Requirements
-
gem
# install by your system respective package manager $ sudo pacman -S gem
-
zsh
# install by your system respective package manager $ sudo pacman -S zsh && zsh
Note: Above commands could be run through
$ make i-packages
-
$ make i-ohmyz # sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
-
PowerLevel10k Theme
$ make i-p10 # git clone https://github.com/romkatv/powerlevel10k.git $ZSH_CUSTOM/themes/powerlevel10k
-
Plugins
$ make i-highlight # git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
$ make i-autosug # git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
$make i-colls # sudo gem install colorls
aliases
git
$ ga # git add, use like git add .
$ gc # git commit
$ gp # git push
system
$ m # make utilities
$ t # todo.sh
$ e # exit
helper
- reload shell
$ make s
- update zshrc & theme files from host machine
$ make update