2020-05-03 09:47:47 +00:00
<!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 >
2020-05-03 18:47:39 +00:00
< span style = 'color:#e60000' > 🅱️ < / span > < a href = / > < b > HOME< / b > < / a > < span style = 'color:#e60000' > 🅱️< / span >
2020-05-03 09:47:47 +00:00
< pre >
+-------------------------------------------------------+
| |
| Operating System & Desktop Environment |
| |
2020-05-16 18:39:53 +00:00
| * Currently I am running < a href = https://getfedora.org > Fedora GNU/Linux< / a > |
2020-05-03 09:47:47 +00:00
| |
2020-05-22 20:44:37 +00:00
| * As for desktop environment, A only use dwm, it |
2020-05-03 09:47:47 +00:00
| 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 |
2020-05-22 20:44:37 +00:00
| comfortable. |
2020-05-03 09:47:47 +00:00
| |
+-------------------------------------------------------+
+-------------------------------------------------------+
| |
| Workflow |
| |
2020-05-22 20:04:39 +00:00
| * 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 > , |
2020-05-03 09:47:47 +00:00
| once I have these, I am in my happy place, and |
| produce really nice code. |
| |
2020-05-22 20:04:39 +00:00
| * 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. |
2020-05-03 09:47:47 +00:00
| |
| * 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 > . |
| |
2020-05-22 20:04:39 +00:00
| * 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 |
2020-05-03 10:41:16 +00:00
| own. |
2020-05-03 09:47:47 +00:00
| |
+-------------------------------------------------------+
+-------------------------------------------------------+
| |
| 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. |
| |
+-------------------------------------------------------+
2020-10-08 12:31:35 +00:00
< 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" >
2020-05-03 09:47:47 +00:00
< div style = 'height:200px' >
< a href = "https://github.com/kisslinux/website" > View page source< / a >
< / pre > < / pre >