Skip to content

katarzyna-dusza/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

This repo contains my custom settings and aliases.

alt text

Prerequisites

  • git
  • homebrew (in case of mac users)
  • zsh
  • python
  • iterm2

Tools

Install theme and set fonts

  1. Clone the powerlevel9k repo:
git clone https://github.com/bhilburn/powerlevel9k.git ~/.oh-my-zsh/custom/themes/powerlevel9k
  1. Install powerline fonts:
git clone https://github.com/powerline/fonts.git --depth=1
cd fonts
./install.sh
cd ..
rm -rf fonts
  1. Install nerd fonts
brew tap caskroom/fonts
brew cask install font-hack-nerd-font
  1. Set the fonts in the iTerm:
  • iTerm Preferences
  • Profiles
  • Text tab
  • in the Font section, click on the Change Font and select Hack Regular Nerd Font Complete with 14pt for example

Releases

No releases published

Packages

No packages published