Dot Files


About project

Small collection of dotfiles that I use across either different servers or different systems I have installed.

Features

Inluded dotfiles for my environments

.tmuf.conf
.bash_aliases
.vimrc
gruvbox.vim

Where to get it?

It can be found on github here

Install

$ git clone https://github.com/Spcktr/DotFiles
$ cd PyBot
$ chmod +x install.sh
$ ./install.sh

Notes for WSL

Make sure you are using windows terminal (the new terminal) for best results. For the full Nord theme in your settings.json use the scheme below to ensure best colours.

{
   	  "name" : "nord",
  	  "background" : "#2e3440",
   	  "foreground" : "#d8dee9",
  	  "black": "#3b4252",
  	  "blue": "#5e81ac",
  	  "brightBlack": "#4c566a",
  	  "brightBlue": "#81a1c1",
  	  "brightCyan": "#8fbcbb", 
   	  "brightGreen": "#a3be8c",
  	  "brightPurple": "#b48ead",
	  "brightRed": "#bf616a",
   	  "brightWhite": "#eceff4",
   	  "brightYellow": "#ebcb8b",
  	  "cyan": "#88c0d0",
      "green": "#a3be8c",
  	  "purple": "#b48ead",
      "red": "#bf616a",
   	  "white": "#e5e9f0",
   	  "yellow": "#ebcb8b"
	}

Docs

README