diff --git a/assets/media/blank.png b/assets/media/blank.png new file mode 100644 index 0000000..27cdd1e Binary files /dev/null and b/assets/media/blank.png differ diff --git a/assets/media/tiling.png b/assets/media/tiling.png new file mode 100644 index 0000000..5e946b8 Binary files /dev/null and b/assets/media/tiling.png differ diff --git a/assets/media/vimtmux.png b/assets/media/vimtmux.png new file mode 100644 index 0000000..c43b7f5 Binary files /dev/null and b/assets/media/vimtmux.png differ diff --git a/setup.html b/setup.html new file mode 100644 index 0000000..83b99db --- /dev/null +++ b/setup.html @@ -0,0 +1,101 @@ + + +Skippy's Website + +
+
+ 🅱️ HOME 🅱️
+
+
++-------------------------------------------------------+
+|                                                       |
+|         Operating System & Desktop Environment        |
+|                                                       |
+| * Currently I am running Manjaro Linux                |
+|                                                       |
+| * 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: i3 + terminal + tmux + vim,  |
+|   once I have these, I am in my happy place, and      |
+|   produce really nice code.                           |
+|                                                       |
+| * I have recently peaked interest into dwm by         |
+|   suckless, 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 here.                                    |
+|                                                       |
+|                                                       |
+|                                                       |
++-------------------------------------------------------+
+
+
++-------------------------------------------------------+
+|                                                       |
+|                       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.          |
+|                                                       |
++-------------------------------------------------------+
+
+Image 1:
+
+Image 2:
+
+Image 3:
+
+
+
+ +View page source + +