Skip to content

MattiWe/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

###Usage

  1. Clone this repo

  2. git submodule update --init --recursive

  3. symlink everything

  4. Install the core softwares:

    ~$ sudo apt install terminator zsh golang
    ~$ go get -u github.com/justjanne/powerline-go
    
  5. git clone https://github.com/zsh-users/antigen.git ~/opt/antigen

  6. Update powerline fonts

    ~$ git clone https://github.com/powerline/fonts.git --depth=1
    ~$ cd fonts
    ~$ ./install.sh
    ~$ cd ..
    ~$ rm -rf fonts
    
  7. chsh -s $(which zsh)

  8. In vim, run :PluginInstall

If using i3, also install conky

About

Configuration files for zsh, vim etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 59.5%
  • Shell 40.5%