All Projects → seanbreckenridge → dotfiles

seanbreckenridge / dotfiles

Licence: other
cross-platform (linux (arch), macos, android (termux), windows (WSL)) dotfiles and scripts, using yadm

Programming Languages

shell
77523 projects
python
139335 projects - #7 most used programming language
emacs lisp
2029 projects
lua
6591 projects
Vim Script
2826 projects
Jinja
831 projects

Projects that are alternatives of or similar to dotfiles

Dotfiles
🐲 My Arch Linux config [i3-gaps + i3blocks + Zsh + Spacemacs + Rofi + Alacritty + Neofetch]
Stars: ✭ 725 (+4164.71%)
Mutual labels:  dotfiles, zsh, arch, rofi, i3-gaps
dotfiles
no passwords here ... I hope 🤞
Stars: ✭ 51 (+200%)
Mutual labels:  dotfiles, tmux, arch, rofi
Dotfiles
Collection of i3-gaps Dotfiles
Stars: ✭ 143 (+741.18%)
Mutual labels:  dotfiles, arch, rofi, i3-gaps
config-public
Linux/WSL config to optimize ergonomics, security, and productivity: vim/neovim, zsh, tmux, i3, emacs, vscode, ipython, jupyter, ranger, fzf, kitty, xkb, selfquant, firejail, systemd, etc
Stars: ✭ 14 (-17.65%)
Mutual labels:  dotfiles, zsh, tmux, ranger
Dotfiles
Dotfiles for unix, managed by GNU stow.
Stars: ✭ 617 (+3529.41%)
Mutual labels:  dotfiles, zsh, tmux, i3-gaps
Dotfiles
💀 dotfiles! managed by GNU stow
Stars: ✭ 85 (+400%)
Mutual labels:  dotfiles, zsh, tmux, i3-gaps
dotfiles
Dotfiles for my awesomewm/i3 Arch setup & neovim
Stars: ✭ 19 (+11.76%)
Mutual labels:  dotfiles, zsh, arch, rofi
Dotfiles
My dotfiles, managed with GNU stow
Stars: ✭ 56 (+229.41%)
Mutual labels:  dotfiles, zsh, tmux, rofi
Dotfiles
Get ready for dotfiles. Contains i3, i3blocks, rofi, dunst, picom, vim, tmux, and zsh.
Stars: ✭ 985 (+5694.12%)
Mutual labels:  dotfiles, zsh, tmux, rofi
Dotfiles
🐧 Configuration files
Stars: ✭ 81 (+376.47%)
Mutual labels:  dotfiles, zsh, tmux, rofi
Dotfiles
My dotfiles managed by GNU Stow - Arch, i3-gaps, bspwm, ncmpcpp, (neo)vim, zsh etc.
Stars: ✭ 99 (+482.35%)
Mutual labels:  dotfiles, zsh, rofi, i3-gaps
Dotfiles
If there is a shell, there is a way!
Stars: ✭ 112 (+558.82%)
Mutual labels:  dotfiles, zsh, tmux
Dotfiles
Dotfiles
Stars: ✭ 117 (+588.24%)
Mutual labels:  dotfiles, zsh, tmux
Dotfiles
My dotfiles
Stars: ✭ 127 (+647.06%)
Mutual labels:  dotfiles, zsh, tmux
Dots
A Repository For Config Files / Dotfiles / Themes / Color Schemes / Etc...
Stars: ✭ 100 (+488.24%)
Mutual labels:  dotfiles, rofi, i3-gaps
Dots
💾 — Dumb & Opinionated Configurations
Stars: ✭ 144 (+747.06%)
Mutual labels:  dotfiles, zsh, i3-gaps
Dotfiles
📍 My dotfiles for macOS using Fish/Zsh, Neovim, and Tmux
Stars: ✭ 151 (+788.24%)
Mutual labels:  dotfiles, zsh, tmux
Dotfiles
🔩 Dotfiles for bash, zsh, tmux, emacs, vim, etc
Stars: ✭ 175 (+929.41%)
Mutual labels:  dotfiles, zsh, tmux
Neovim Config
Neovim configuration
Stars: ✭ 180 (+958.82%)
Mutual labels:  dotfiles, zsh, tmux
Dotfiles
Awesome personal dotfiles
Stars: ✭ 99 (+482.35%)
Mutual labels:  dotfiles, zsh, termux

dotfiles

This was originally linux-only, but over the months and years I've added a compatability layer of sorts; A global ON_OS variable which has the current operating system (linux, mac, android (termux) or windows (WSL)) is set on X server/terminal launch. Lots of my scripts in cross-platform and the bootstrap scripts in .config/yadm dispatch against that to provide different functionality, e.g. send notifications, pick an item from a list (dmenu/rofi-like), prompt user for input etc...

I don't expect anyone to use this directly as its so personal, but hopefully you can pick and choose scripts and configuration that interests you for your own dotfiles

In general:

I use syncthing to sync my files/data across my computers.

On Arch:

On Mac:

  • Uses skhd as a hot-key daemon to run applications (e.g. cmd + opt + enter launches terminal)
  • alfred as a application launcher

On Android (using Termux):

Not a ton of application-specific setup yet, handles setting up zsh, installs all my packages using apt; see android_bootstrap

On Windows (in WSL):

Similar to Termux, does an apt-based install. Installs a bunch of languages/programs manually if since the versions on apt are ancient. Should install yadm manually, using:

sh <(curl -sSL http://git.io/sinister) -u 'https://github.com/TheLocehiliosan/yadm/raw/master/yadm'


  • .local/scripts/supervisor has scripts/a config file for supervisor, so I dont have to write plists or systemd scripts, and background processes work on both mac and linux. That uses bgproc as an anacron replacement.
  • ttt is sprinkled throughout lots of my scripts, it acts as an extension to my shell history, saving commands from i3 bindsyms, or ranger commands. Lets me cd to one of those directories quickly using fzf
  • .config/yadm includes lists of global packages to install for pacman/apt/brew, python, ruby, npm, dart, rust, go, elixir and bash
  • .config/shortcuts.toml - describes basic shell scripts that are created by shortcuts
  • .local/scripts/generic - lots of my scripts; e.g.
    • media related, mduration to get media length, gifme to convert video to gifs, lots of audio/video format conversion scripts
    • qr - create a QR code from a string and display it full screen
    • misspell-context - finds common spelling mistakes using misspell recursively, prompt me with the words in context so I can correct them

For a summary of tools I use often, see here.

Install

# on mac, run `xcode-select --install`
yadm clone https://gitlab.com/seanbreckenridge/dotfiles
# restart the computer so that ~/.profile/zsh is setup properly
# so OS detection can be done to install the correct packages
yadm bootstrap

LICENSE

Unless where attributed, any customization and scripts are licensed under the MIT License:

MIT License

Copyright (c) 2019-22 Sean Breckenridge

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].