skiqqy.xyz/setup.html

97 lines
4.0 KiB
HTML

<!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;
background:#000;
color:#fff
}
a{
color:#DC143C
}
pre pre{
text-align:left;
display:inline-block
}
img{
max-width:57ch;
display:block;
height:auto;
width:100%
}
</style><pre>
<span style='color:#e60000'> 🅱️ </span><a href=/><b>HOME</b></a><span style='color:#e60000'> 🅱️</span>
<pre>
+-------------------------------------------------------+
| |
| Operating System & Desktop Environment |
| |
| * Currently I am running <a href=https://getfedora.org>Fedora GNU/Linux</a> |
| |
| * As for desktop environment, A only use dwm, 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://dwm.suckless.org/>dwm</a> + <a href=https://st.suckless.org/>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 switched to <a href=https://dwm.suckless.org/>dwm</a> by <a href=https://suckless.org/>suckless</a>, the |
| main reason for the switch was that my previous |
| wm (<a href=https://i3wm.org>i3wm</a>) was very limiting, with dwm I can edit |
| the source code directly, and so customize it to |
| exactly what I want. Also, elitist. |
| |
| * 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>. |
| |
| * You can also get my <a href=https://github.com/skippy404/.dotfilesMinimal>vim</a>, <a href=https://github.com/skippy404/.tmux>tmux</a>, <a href=https://github.com/skippy404/dwm>dwm</a> configs on thier |
| own. |
| |
+-------------------------------------------------------+
+-------------------------------------------------------+
| |
| 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/dwm2.png>Image 1:</a>
<img src="./assets/media/dwm2.png">
<a href=./assets/media/dwm1.png>Image 2:</a>
<img src="./assets/media/dwm1.png">
<a href=./assets/media/dwm3.png>Image 3:</a>
<img src="./assets/media/dwm3.png">
<div style='height:200px'>
<a href="https://github.com/kisslinux/website">View page source</a>
</pre></pre>