Skip to content

gitpod-samples/dotfiles_atuin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Starter Gitpod dotfiles for setting up Atuin

Based on the 🔋 Supercharged persistent terminal history — With Gitpod + Atuin blog post.

Dotfiles documentation: https://www.gitpod.io/docs/configure/user-settings/dotfiles

Quickstart

If you want to try it out as is:

Custom setup

If you already have a dotfiles repository that you use on Gitpod, you can copy the contents from install.sh and append (while excluding the first shebang line) to your own installation script. Also make sure to setup login credentials

Setting up login credentials

If you're using Gitpod's environment variables to store the Atuin login credentials, ensure you have the following environment variables on https://gitpod.io/user/variables with */* scope:

  • ATUIN_USERNAME
  • ATUIN_PASSWORD
  • ATUIN_KEY

If you're not sure how to get the values for these, check the blog post: 🔋 Supercharged persistent terminal history — With Gitpod + Atuin