dotfiles

*nix config files
git clone git://git.pyratebeard.net/dotfiles.git
Log | Files | Refs | README

commit 6304c37a8d78a8186e5da0e6770988eb5a82dcf8
parent 2886144deaebd86c117bfc38f9812ca1c672ada3
Author: dudley <root@pyratebeard.net>
Date:   Thu, 16 Mar 2017 14:48:36 +0000

Grammar and markdown changes

Fixed sub header syntax. Included some missing links. Fixed grammar.
Diffstat:
MREADME.md | 96++++++++++++++++++++++++++++++++++++++++---------------------------------------
1 file changed, 49 insertions(+), 47 deletions(-)

diff --git a/README.md b/README.md @@ -7,11 +7,11 @@ \ \___,_\ \____/\ \__\\ \_\ \ \_\/\____\ \____\/\____/ \/__,_ /\/___/ \/__/ \/_/ \/_/\/____/\/____/\/___/ - about custom linux config files - author pyratebeard <root@pyratebeard.net> - code http://code.pyratebeard.net/dotfiles + ABOUT Custom Linux configuration files + AUTHOR pyratebeard <root@pyratebeard.net> + CODE https://github.com/pyratebeard/dotfiles - awesome > awesome wm config and collection of themes + awesome > awesomewm config and collection of themes bash > bash settings, aliases, and functions dwb > dynamic web browser settings gtk > mod of mist theme for gtk @@ -31,78 +31,80 @@ ``` -##contents - - [introduction](#dotfiles) - - [managing](#managing) - - [how to use](#using) - - [terminal](#terminal) - - [previews](#previews) - - [citations](#citations) - - [disclaimer](#disclaimer) +### Contents + - [Introduction](#Dotfiles) + - [Managing](#Managing) + - [How to use](#Using) + - [Terminal](#Terminal) + - [Previews](#Previews) + - [Citations](#Citations) + - [Disclaimer](#Disclaimer) -#dotfiles -in the world of linux everything is a file and you can create a incredibly personalised environment by modifying your dotfiles. +### Dotfiles -this is known as 'ricing' and can become very, very obsessive... +In the world of Linux everything is a file and you can create a incredibly personalised environment by modifying your dotfiles. -#managing -i manage my dotfiles using [stow](http://www.gnu.org/software/stow/). stow should be available in your preferred package manager. +This is known as 'ricing' and can become very, very obsessive... -#using -clone the repo into your home directory: +### Managing + +I manage my dotfiles using [stow](http://www.gnu.org/software/stow/). The stow package should be available in your preferred package manager. + +### Using +Clone the repo into your home directory: `git clone http://github.com/pyratebeard/dotfiles.git ~` -enter the dotfiles directory +Enter the dotfiles directory `cd dotfiles` -install the zsh settings +Install the zsh settings `stow zsh` -install awesomewm theme +Install awesomewm configuration `stow awesome` -uninstall awesome theme +Uninstall awesomewm configuration `stow -D awesome` etc... -#terminal -ever since i started using linux i have loved working in the terminal. i find it faster and easier than most graphical interfaces. +### Terminal +Ever since I started using Linux I have loved working in the terminal. I find it faster and easier than most graphical interfaces. -i have tried a number of terminal emulators over the years but i'm currently using [urxvt](). i have recently started using [zsh](http://zsh.sourceforge.net/) over [bash](https://www.gnu.org/software/bash/) for my shell. +I have tried a number of terminal emulators over the years but I'm currently using [urxvt](). I have recently started using [zsh](http://zsh.sourceforge.net/) over [bash](https://www.gnu.org/software/bash/) for my shell. -i've also come to love [tmux](https://tmux.github.io/) for running multiple sessions in one window. +I've also come to love [tmux](https://tmux.github.io/) for running multiple sessions in one window. -because i work in the terminal i try to use as many terminal based apps as i can. here is a list of my current chosen apps: +Because I work in the terminal I try to use as many terminal based applications as I can. Here is a list of my current chosen apps: - - audio = [ncmpcpp](http://rybczak.net/ncmpcpp/) ([mpd]() backend) - - irc = [irssi]() - - twitter = [turses]() - - email = [mutt]() - - rss = [snownews]() - - editor = [vim]() - - file manager = [ranger]() + - AUDIO = [ncmpcpp](http://rybczak.net/ncmpcpp/) ([mpd](https://www.musicpd.org/) backend) + - IRC = [irssi](https://irssi.org/) + - TWITTER = [turses](http://turses.readthedocs.io/en/latest/) + - EMAIL = [mutt](http://www.mutt.org/) + - RSS = [snownews](https://kiza.eu/software/snownews/) + - EDITOR = [vim](http://www.vim.org/) + - FILE MANAGER = [ranger](http://ranger.nongnu.org/) -i also run other apps from the terminal +Here are some other apps I run from the terminal: - - video player = [mpv]() - - image viewer = [sxiv]() - - screenshot = [scrot]() + - VIDEO PLAYER = [mpv](https://mpv.io/) + - IMAGE VIEWER = [sxiv]() + - SCREENSHOT = [scrot]() -#previews -coming soon..! +### Previews +Coming soon..! -#citations -thanks to all at [unixporn](http://reddit.com/r/unixporn) and [nixers](https://www.nixers.net/) for posting their setups and giving me ideas. +### Citations +Thanks to all at [unixporn](http://reddit.com/r/unixporn) and [nixers](https://www.nixers.net/) for posting their setups and giving me ideas. -also thanks to [xero](https://github.com/xero/dotfiles) for having such well documented dotfiles they enabled me to make an awesome set up, and it convinced me to release my files! +Also thanks to [xero](https://github.com/xero/dotfiles) for having such well documented dotfiles they enabled me to make an awesome set up, and it convinced me to release my files! -#disclaimer -feel free to clone or fork my repo but you use these files at your own risk! +### Disclaimer +Feel free to clone or fork my repo but you use these files at your own risk! -i will be happy to receive details of any bugs. +I will be happy to receive details of any bugs.