Skip to content

tyrelh/.dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

  • neovim
  • zsh / ohmyzsh
    • jetbrainsmono nerdfont
    • powerline10k ohmyzsh theme
  • hyper

install zsh

sudo apt update
sudo apt install zsh

install ohmyzsh

sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

install nerd font

https://www.nerdfonts.com/font-downloads

install powerline10k

git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ~/powerlevel10k
echo 'source ~/powerlevel10k/powerlevel10k.zsh-theme' >>~/.zshrc
rm ~/.zshrc
ln -s .zshrc ~/.zshrc
mkdir ~/.config
mkdir ~/.config/nvim
ln -s .config/nvim/init.vim ~/.config/nvim/init.vim
ls -s .config/nvim/ultisnips ~/.config/nvim/ultisnips

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published