Skip to content

Instantly share code, notes, and snippets.

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/cec49e62b09ae4c5c54f1aa6c9d767b2 to your computer and use it in GitHub Desktop.
Save georgenaranjo96/cec49e62b09ae4c5c54f1aa6c9d767b2 to your computer and use it in GitHub Desktop.
crouton
<html style="text-align: center;">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no" />
<title>crouton awesomewm</title>
<meta property content />
</head>
<body style="background: url('awesomewm.png') center / cover no-repeat, var(--gray);">
<div>
<div class="container">
<div class="row">
<div class="col-md-12" style="padding-top: 10px;padding-bottom: 10px;">
<hr />
</div>
</div>
</div>
</div>
<div>
<div class="container-fluid">
<div class="row" style="margin-left: 0px;margin-right: 0px;">
<div class="col">
<h4 style="font-size: 31;color: #000000;line-height: 24px;text-shadow: 0px 0px;"><strong>Get AwesomeWM in Crouton</strong></h4>
<hr />
</div>
</div>
<div class="row">
<div class="col">
<hr />
<hr /><code class="user-select-all" style="color: #000000;letter-spacing: 0px;font-size: 16px;line-height: 25px;"><br /><strong>sudo crouton -r buster -t xorg </strong><br /><strong>sudo apt-get install awesome</strong><br /><strong>echo &quot;exec awesome&quot; &gt; ~/.xinitrc </strong><br /><strong>mkdir -p ~/.config/awesome</strong><br /><strong>cp -r /etc/xdg/awesome/* ~/.config/awesome/</strong><br /></code>
</div>
</div>
<div class="row">
<div class="col-lg-12 offset-lg-0">
<hr />
<p style="line-height: 27px;color: #000000;">After installing awesome, then issue the following at crosh to add the alias <br />then in the future, just type startawesome to start in awesome <br />echo &quot;alias startawesome=&#39;sudo enter-chroot xinit&#39;&quot; &gt;&gt; ~/.bashrc</p>
</div>
</div>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment