README.md (3964B)
1 ``` 2 ┳━┓┏━┓┏┓┓┳━┓o┳ ┳━┓┓━┓ 3 ┃ ┃┃ ┃ ┃ ┣━ ┃┃ ┣━ ┗━┓ 4 ┇━┛┛━┛ ┇ ┇ ┇┇━┛┻━┛━━┛ 5 6 about ┄┬┄ custom config files 7 author ┄┼┄ pyratebeard <root@pyratebeard.net> 8 code ┄┼┄ https://git.pyratebeard.net/dotfiles 9 mirror ┄┴┄ http://s.rum.sh/dot 10 11 2bwm ┄┬┄ window manager 12 cmus ┄┼┄ music player 13 dunst ┄┼┄ notification daemon 14 irssi ┄┼┄ irc client 15 gpg ┄┼┄ gpg agent config 16 mutt ┄┼┄ email client 17 newsboat ┄┼┄ rss reader 18 tmux ┄┼┄ terminal multiplexer 19 urxvt ┄┼┄ terminal emulator 20 vim ┄┼┄ text editor 21 zsh ┄┴┄ shell 22 ``` 23 24 ### CONTENTS 25 - [introduction](#dotfiles) 26 - [managing](#managing) 27 - [how to use](#using) 28 - [terminal](#terminal) 29 - [screenshots](#screenshots) 30 - [citations](#citations) 31 - [disclaimer](#disclaimer) 32 33 ### DOTFILES 34 35 In the world of Linux everything is a file and you can create a incredibly personalised environment by modifying your dotfiles. 36 37 This is known as 'ricing' and can become very, [very obsessive](https://pyratebeard.net/scrots.html)... 38 39 ### MANAGING 40 41 I manage my dotfiles using [stow](http://www.gnu.org/software/stow/). The stow package should be available in your preferred package manager. 42 43 ### USING 44 Clone the repo into your home directory: 45 46 `git clone http://gitlab.com/pyratebeard/dotfiles.git ~/dotfiles` 47 48 Enter the dotfiles directory 49 50 `cd dotfiles` 51 52 Install the zsh settings 53 54 `stow zsh` 55 56 Install vim configuration 57 58 `stow vim` 59 60 Uninstall vim configuration 61 62 `stow -D vim` 63 64 etc... 65 66 ### TERMINAL 67 Ever since I started using Linux I have loved working in the terminal. I find it faster and easier than most graphical interfaces. 68 69 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. 70 71 I've also come to love [tmux](https://tmux.github.io/) for running multiple sessions in one window. 72 73 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: 74 75 APP | PKG 76 --- | --- 77 AUDIO | [cmus](https://cmus.github.io/) 78 IRC | [irssi](https://irssi.org/) 79 EMAIL | [mutt](http://www.mutt.org/) 80 RSS | [newsboat](https://newsboat.org/) 81 EDITOR | [vim](http://www.vim.org/) 82 83 Here are some other commands I run from the terminal: 84 85 APP | PKG 86 --- | --- 87 VIDEO PLAYER | [mpv](https://mpv.io/) 88 IMAGE VIEWER | [sxiv](https://github.com/muennich/sxiv) 89 SCREENSHOT | [scrot]() 90 91 ### SCREENSHOTS 92 93 #### mutiny theme 94  95 - 2bwm 96 - zsh 97 - urxvt 98 - tmux 99 - vim 100 - irssi 101 - interrobang 102 - dunst 103 104  105 - 2bwm 106 - zsh 107 - urxvt 108 - cmus 109 - sacc 110 - sxiv 111 - cava 112 113 #### downtime theme 114  115 - zsh 116 - tmux 117 - vim 118 - cava 119 - rtv 120 - firefox 121 122 #### futuremyth theme 123  124 - zsh 125 - tmux 126 - vim 127 - cmus 128 - firefox 129 130 #### blaquebeard theme 131  132 - zsh 133 - tmux 134 - vim 135 - ncmpcpp/mpd 136 - rtv 137 138 ### CITATIONS 139 Thanks to [unixporn](http://reddit.com/r/unixporn) and [nixers](https://www.nixers.net/) for all the inspiration and guidance, in particular a shoutout to [xero](https://github.com/xero/dotfiles) for having such schway dots! 140 141 ### LICENCE 142 As an advocate of the [kopimi](https://en.wikipedia.org/wiki/Piratbyr%C3%A5n#Kopimi) mind set this repo is released under [CC0 1.0](https://creativecommons.org/publicdomain/zero/1.0/). 143 144 ### DISCLAIMER 145 Feel free to clone or fork my repo but you use these files at your own risk! 146 147 I will be happy to receive details of any bugs. 148