Skip to content

talpah/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Oh-my-zsh with powerlevel10k theme and powerline fonts

  • Essential packages installed:

    • curl
    • tree
    • git
    • zsh
    • oh-my-zsh
    • powerline fonts
  • Optional goodies packages (see Bonus Goodies):

    • docker
    • tilix
    • mc
    • htop
    • vim
    • build-essential

Installing

Via archive

Pre-requirements:

sudo apt-get install curl

Install

cd $HOME
curl -L https://github.com/talpah/dotfiles/archive/zsh.tar.gz | tar xz
mv dotfiles-zsh .dotfiles
.dotfiles/install.sh

Via git (updatable)

Pre-requirements:

sudo apt-get install git

Install

cd $HOME
git clone -b zsh http://github.com/talpah/dotfiles.git .dotfiles
.dotfiles/install.sh

Bonus goodies

$HOME/.dotfiles/bin/install_goodies.sh

Uninstall

~/.dotfiles/uninstall.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages