Skip to content

roldanx/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

This repository is a personal backup for Linux OS files

ZSH setup

  • Install ZSH and make it default:

    $ sudo apt install zsh

    $ chsh -s $(which zsh)

  • ZSH theme setup requires installing powerline (Not sure if this is necessary):

    $ sudo apt install powerline

  • Install the recommended font:

    https://github.com/romkatv/powerlevel10k#meslo-nerd-font-patched-for-powerlevel10k

    *For Windows download the tty files and install them from right-click

  • Clone Powerlevel10k theme:

    $ git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k

  • Clone ZSH plugins respective repos:

    $ git clone https://github.com/zsh-users/zsh-history-substring-search ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-history-substring-search

    $ git clone https://github.com/zsh-users/zsh-history-substring-search ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting

  • Copy the .zshrc and .p10k.zsh.backup files into ~ folder.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages