From 52ebf1c24cab6d33355ca89070a5577afa373f12 Mon Sep 17 00:00:00 2001 From: David Lago Date: Sun, 1 May 2016 14:47:04 -0400 Subject: [PATCH] Linked to file from main readme --- LenovoYoga3Ubuntu.md | 8 +++++--- README.md | 7 +++++-- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/LenovoYoga3Ubuntu.md b/LenovoYoga3Ubuntu.md index 00f6a78..f63116d 100644 --- a/LenovoYoga3Ubuntu.md +++ b/LenovoYoga3Ubuntu.md @@ -1,8 +1,10 @@ ## Installing Ubuntu in a Lenovo Yoga 3 Pro - This is a brief document outlining the steps I am taking as I configure my new Yoga Pro 3 to my liking. I'm assuming Ubuntu 16.04 has been successfully -installed, and that the ```setup.sh``` and ```install.sh``` scripts have been +installed, and that the ```setup.sh``` and ```install.sh``` scripts have been run. - +### Misc configuration tweaks + * **Change terminal profile** colors to black background, light grey text, + white bold text, transparent background and adjust the initial number of rows + and columns. diff --git a/README.md b/README.md index 3f8718d..cb83106 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## Dotfiles -This is a collection of my personal configuration files. It installs git, -zsh, oh-my-zsh and tmux, and tweaks their config files. +This is a collection of my personal configuration files. It installs git, zsh, +oh-my-zsh and tmux, and tweaks their config files. ### Installation Clone repository directly in your home directory, and run the installer: @@ -12,3 +12,6 @@ cd dotfiles ./install.sh ``` + +### Other files of interest + * [Lenovo Yoga 3 Ubuntu 16.04 post-install](https://github.com/davidlago/dotfiles/blob/master/LenovoYoga3Ubuntu.md)