Skip to content

firnsy/nix-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nix-config - version 0

This is home for the collection of tools and configurations I use to personalise my linux experience.

Install necessary packages [Fedora]:

sudo dnf install powerline tmux-powerline vim-powerline
sudo pip3 install powerline-gitstatus

Install to local directory via:

$ ./install.sh

Next, configure your bash shell to use powerline by default. Add the following snippet to your ~/.bashrc file:

if [ -f `which powerline-daemon` ]; then
  powerline-daemon -q
  POWERLINE_BASH_CONTINUATION=1
  POWERLINE_BASH_SELECT=1
  . /usr/share/powerline/bash/powerline.sh
fi

About

My personalised configuration files for Linux.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published