Skip to content

Instantly share code, notes, and snippets.

@georgenaranjo96
Created January 20, 2021 10:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save georgenaranjo96/01c68430ecd5cb0f7bf2a6b47f6833a4 to your computer and use it in GitHub Desktop.
Save georgenaranjo96/01c68430ecd5cb0f7bf2a6b47f6833a4 to your computer and use it in GitHub Desktop.
CSS Grid Layout
<!-- Note: This example only works with Windows Insider Preview Builds 16237+. -->
<header>Get crouton awesome.sh</header>
<section>
<div class="container-lg">
<h6>run once in chroot/ubuntu to install and set basic awesome configuration</h6>
<div class="row">
<pre><code>
<p class='user-select-all'>
sudo crouton -r buster -t xorg
sudo apt-get install awesome
echo "exec awesome" > ~/.xinitrc
mkdir -p ~/.config/awesome
cp -r /etc/xdg/awesome/* ~/.config/awesome/<br></code></pre>
</p>
</div>
<div class="row">
<p>
after installing awesome, then issue the following at crosh to add the alias
then in the future, just type: startawesome to start in awesome
echo "alias startawesome='sudo enter-chroot xinit'" >> ~/.bashrc </p>
</div>
</div>
</section>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.6.0/js/bootstrap.min.js"></script>
/* Note: This example only works with Windows Insider Preview Builds 16237+ or the Fall Creators Update. */
body {
font-family: segoe-ui_normal, Segoe UI, Segoe, Segoe WP, Helvetica Neue,
Helvetica, sans-serif;
}
header {
background: #707070;
margin-top: 10 px;
}
section {
background: #ababab;
}
code{
}
section {
padding: 2px;
}
row {
}
p {
margin: 5px;
}
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.0/css/bootstrap.min.css" rel="stylesheet" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment