Added setup page

This commit is contained in:
Stephen Cochrane 2020-05-03 11:47:47 +02:00
parent aa3bc2a0d2
commit 6d514bde0c
4 changed files with 101 additions and 0 deletions

BIN
assets/media/blank.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 240 KiB

BIN
assets/media/tiling.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

BIN
assets/media/vimtmux.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 408 KiB

101
setup.html Normal file
View File

@ -0,0 +1,101 @@
<!doctype html>
<html lang=en>
<title>Skippy's Website</title><meta charset=utf-8>
<meta name=Description content="Skippy Cochranes Setup">
<style>
body{
text-align:center;
overflow-y:scroll;
font:calc(0.75em + 1vmin) monospace
}
pre pre{
text-align:left;
display:inline-block
}
img{
max-width:57ch;
display:block;
height:auto;
width:100%
}
@media(prefers-color-scheme:dark){
body{
background:#000;color:#fff
}
a{
color:#6CF
}
}
</style><pre>
<span style='color:#e60000'> 🅱️ </span><a href=http://yggpi.co.za><b>HOME</b></a><span style='color:#e60000'> 🅱️</span>
<pre>
+-------------------------------------------------------+
| |
| Operating System & Desktop Environment |
| |
| * Currently I am running <a href=https://manjaro.org/>Manjaro Linux</a> |
| |
| * As for desktop environment, A only use i3, it |
| fits my workflow perfectly, and I have spent |
| the last few years perfecting it, I dont need |
| a mouse, all I need is a keyboard, and I am |
| comfortable |
| |
+-------------------------------------------------------+
+-------------------------------------------------------+
| |
| Workflow |
| |
| * My workflow is simple: <a href=https://i3wm.org/>i3</a> + <a href=https://wiki.archlinux.org/index.php/Termite>terminal</a> + <a href=https://github.com/tmux/tmux/wiki>tmux</a> + <a href=https://www.vim.org/>vim</a>, |
| once I have these, I am in my happy place, and |
| produce really nice code. |
| |
| * I have recently peaked interest into <a href=https://dwm.suckless.org/>dwm</a> by |
| <a href=https://suckless.org/>suckless</a>, and have considered switching from i3, |
| owing to the implementation (cleaner) and the |
| the fact that a stack is used to hold panes, |
| opposed to the i3 approach which 'stores' panes |
| in a tree like structure, which is not as |
| 'nice' as a stack implementation. |
| |
| * I have written a script that sets up my workspace, |
| and install's dependencies, this script can be |
| downloaded <a href=http://yggpi.co.za/install.sh>here</a>. |
| |
| |
| |
+-------------------------------------------------------+
+-------------------------------------------------------+
| |
| Pictures |
| |
| * Image 1: An example of a normal working session |
| using tmux, with vim open. |
| |
| * Image 2: An example of programs being tiled. |
| |
| * Image 3: An example of an empty workspace. |
| |
+-------------------------------------------------------+
<a href=./assets/media/vimtmux.png>Image 1:</a>
<img src="./assets/media/vimtmux.png">
<a href=./assets/media/tiling.png>Image 2:</a>
<img src="./assets/media/tiling.png">
<a href=./assets/media/blank.png>Image 3:</a>
<img src="./assets/media/blank.png">
<div style='height:200px'>
<a href="https://github.com/kisslinux/website">View page source</a>
</pre></pre>