Default dot files for onboardme including bash, neovim, powerline, neomutt, w3m, wezterm, and more :) https://jessebot.github.io/onboardme
Find a file
2022-11-27 15:08:34 +01:00
.config more .config readme things, and making ../.config/asciinema/config more maintainable 2022-11-27 15:08:34 +01:00
.cron I always want these cronjobs installed 2022-10-19 10:32:00 +02:00
.local/bin Delete plug.vim 2022-11-27 14:31:50 +01:00
.vim better toml highlighting 2022-11-11 15:34:11 +01:00
Library/Application Support/iTerm2/DynamicProfiles remove my username hardcoding 2022-11-27 11:48:01 +01:00
.bash_profile adding bash integration for iterm2 2022-11-09 21:47:51 +01:00
.bashrc addign locale to fix some issues 2022-11-18 09:52:33 +01:00
.bashrc_k8s first iteration of proper live dot files directory 2022-10-19 10:05:20 +02:00
.gitignore narrowing exclusions and adding vim-plug for neovim 2022-10-25 14:21:00 +02:00
.hyper.js feat: adds basic spacechalk color scheme for hyper 2022-10-26 18:00:43 +02:00
.iterm2_shell_integration.bash adding bash integration for iterm2 2022-11-09 21:47:51 +01:00
.tmux.conf upgrading to python3.11 2022-11-16 14:14:05 +01:00
.vimrc adding .log syntax highlighting 2022-11-25 15:45:24 +01:00
.zshrc first iteration of proper live dot files directory 2022-10-19 10:05:20 +02:00
LICENSE Initial commit 2022-10-19 10:02:08 +02:00
README.md more .config readme things, and making ../.config/asciinema/config more maintainable 2022-11-27 15:08:34 +01:00

Dot Files for onboardme

These started as my personal dot files, but then they became the sensible defaults for onboardme, what started out as a script to manage my dot files. Funny how these things work. 🤷

Below you'll find sections for each config file, organized by how they show up in github.

`.config`

Below are directories that would be located in your home directory, under .config.

asciinema

File: ~/.config/asciinema/config

Local config file for asciinema, a lightweight, purely text-based approach to terminal recording. Currently it just sets the shell command to be /bin/bash --login, which loads your bash variables. This could be changed to a different shell and their equivilent.

gh

File: ~/.config/gh

Local config file for gh, the GitHub CLI. There's not a ton in there, but it uses rich-cli as a prettier pager, and firefox as a browser, and setting vim as an editor. The rest is stock, and subject to change.

glab-cli

File: ~/.config/glab-cli

Local config file for glab, an open source GitLab CLI tool. There's not a ton in there, but it uses a dark theme, firefox as a browser, and vim as an editor. The rest is stock, and subject to change.