All Projects → bradp → dotfiles

bradp / dotfiles

Licence: MIT license
⚫️ ~ is where the ♥ is - my dotfiles.

Programming Languages

shell
77523 projects
Vim Script
2826 projects

Projects that are alternatives of or similar to dotfiles

Awesome Zsh Plugins
A collection of ZSH frameworks, plugins, themes and tutorials.
Stars: ✭ 10,129 (+10675.53%)
Mutual labels:  zsh-theme, zsh-plugin, zsh-plugins
tumult.plugin.zsh
Tumult is a collection of macOS-specific functions and scripts for your shell environment. It is packaged as a ZSH plugin, but can be used with other shells as well.
Stars: ✭ 147 (+56.38%)
Mutual labels:  zsh-plugin, zsh-plugins
crash
Proper error handling, exceptions and try/catch for ZSH
Stars: ✭ 51 (-45.74%)
Mutual labels:  zsh-plugin, zsh-plugins
git
Provides nice git aliases and functions.
Stars: ✭ 26 (-72.34%)
Mutual labels:  zsh-plugin, zsh-plugins
aterminal
🎉 An oh-my-zsh plugin for show platform versions
Stars: ✭ 31 (-67.02%)
Mutual labels:  zsh-plugin, zsh-plugins
tipz
Gives you helpful hints when you execute a command for which you have an alias defined
Stars: ✭ 24 (-74.47%)
Mutual labels:  zsh-plugin, zsh-plugins
zsh-poetry
🐚 Simple ZSH plugin for automatically activating and deactivating Poetry-created virtualenvs. 🐍
Stars: ✭ 43 (-54.26%)
Mutual labels:  zsh-plugin, zsh-plugins
Zsh Nvm
Zsh plugin for installing, updating and loading nvm
Stars: ✭ 1,670 (+1676.6%)
Mutual labels:  zsh-plugin, zsh-plugins
Theme-Engine
Theme-Engine is usually made for modification & customization, so you can make trunks even more Colourful and better your Termux.
Stars: ✭ 31 (-67.02%)
Mutual labels:  zsh-theme, zsh-plugin
Dotfiles
⚡️ Awesome configurations for the development environments
Stars: ✭ 137 (+45.74%)
Mutual labels:  vimrc
Vim Mix Format
Vim integration for the Elixir formatter.
Stars: ✭ 196 (+108.51%)
Mutual labels:  vimrc
Local vimrc
Per project/tree configuration plugins
Stars: ✭ 118 (+25.53%)
Mutual labels:  vimrc
Vim Better Default
🎨 Simplify your .vimrc and make the default vim better
Stars: ✭ 138 (+46.81%)
Mutual labels:  vimrc
Vinux
Swiss Army Knife,Dark power vim config
Stars: ✭ 198 (+110.64%)
Mutual labels:  vimrc
Vime
vime, an easy and structural config for (neo)vim users
Stars: ✭ 136 (+44.68%)
Mutual labels:  vimrc
Alpine Vim
"dockerized" Vim
Stars: ✭ 242 (+157.45%)
Mutual labels:  vimrc
Vim For Coding
vim-for-coding
Stars: ✭ 110 (+17.02%)
Mutual labels:  vimrc
Dotfiles
My dotfiles for Archlinux and Windows
Stars: ✭ 1,419 (+1409.57%)
Mutual labels:  vimrc
Space Vim
🍀 Lean & mean spacemacs-ish Vim distribution
Stars: ✭ 2,785 (+2862.77%)
Mutual labels:  vimrc
Legolas Vim
Vim配置,为python、go开发者打造的IDE。
Stars: ✭ 232 (+146.81%)
Mutual labels:  vimrc
      ██            ██     ████ ██  ██
     ░██           ░██    ░██░ ░░  ░██
     ░██  ██████  ██████ ██████ ██ ░██  █████   ██████
  ██████ ██░░░░██░░░██░ ░░░██░ ░██ ░██ ██░░░██ ██░░░░
 ██░░░██░██   ░██  ░██    ░██  ░██ ░██░███████░░█████
░██  ░██░██   ░██  ░██    ░██  ░██ ░██░██░░░░  ░░░░░██
░░██████░░██████   ░░██   ░██  ░██ ███░░██████ ██████
 ░░░░░░  ░░░░░░     ░░    ░░   ░░ ░░░  ░░░░░░ ░░░░░░

Installation

Before installing, make sure you grab your favorite font from nerd-fonts and install it, otherwise things won't look right.

# Clone the repo to ~/dotfiles
$ git clone --recursive [email protected]:bradp/dotfiles.git ~/dotfiles

# Run the install command
$ bash ~/dotfiles/misc/install

What is included

  • .config/
  • .gnupg/ GPG settings
  • .vim/ Vim plugins
  • bin/ Scripts and commands. See Scripts & Commands for info.
  • misc/ Miscellaneous files
    • cows/ Custom cows for cowsay
    • icons/ Replacement icons for app command.
  • zsh-custom/ This is where zsh plugins & themes go, as well as any files to be sourced
    • plugins/ Plugins
    • themes/ Themes
      • parbs.zsh-theme/ My custom theme with a very informative prompt
    • _secret.zsh Ignored via git, a good place to put any exported API tokens for example
    • aliases.zsh Aliases
    • exports.zsh Environment exports
    • functions.zsh Like aliases, but usually more complex
    • fzf.zsh Functions that interact with fzf
    • keybinds.zsh ZSH keybindings
    • misc.zsh Whatever things
    • zshrc-loaded Gets sourced at the end of .zshrc, after oh-my-zsh has loaded.
  • .curlrc curl settings.
  • .gitconfig Set up git exactly how it should be
  • .global_ignore Global gitignore, applies to all git repos
  • .gvimrc Vim settings for the GUI
  • .hushlogin Stop the login message when logging into remote servers
  • .npmrc npm settings
  • .nuxtrc Nuxt settings
  • .vimrc Vim settings
  • .zshrc The magic that makes Zsh and oh-my-zsh behave amazingly.
  • Brewfile List of things to install via brew, brew-cask, and mas

Scripts & Commands

Scripts in /bin

Name Description
$ Strips out the leading $ when you paste a command.
add-dock-spacer Adds a blank space in your Mac's dock
api Helper to easily call APIs
backup Backup various things
chars Display all available nerd-font characters
clean-filename Removes spaces, removes numbers, and lowercases a filename
day Helper to get your computer ready for the start or end of the day
emoji Emoji picker to copy emoji to your clipboard
gh-backup Backup various GitHub things
gh-backup-repo Backup a GitHub repo
git-current-branch git current-branch or current-branch displays your git branch
git-submodule-remove Helper to remove a git submodule
hr Output a horizontal line in the terminal
meow Alternative catimg script
mirror-site Run httrack on a full website
pocket-to-notion Export all Pocket items to a Notion DB.
pubkey Display public key and copy to clipboard.
srht Add sr.ht as a secondary origin remote to a repo, to allow for pushing to both at once.
todo Add an item to a todo list in Notion
wayback Save items to the Archive.org Wayback Machine
yt-backup Download a youtube video and push it to b2
ytdl Wrapper for youtube-dlp with preffered settings

fzf commands

Name Description
app Launch apps. Will display all installed Mac apps with icons.
art Run an artisan script
bin Run a script from the /bin directory
bookmarks Display and open bookmarks from Chrome
co Checkout local git branch
comp Run a composer script
falias Display and run aliases
ffh Choose and connect to an SSH host
ffunc Display and run a function
gtag Create a new git tag according to SemVar
npmr Run an npm script
proj Open a VSCode project
run Combines bin and ffunc to allow you to any of your scripts or commands

Functions

Name Description
1p Helper to run 1Password cli
battery Get battery percent
bak Move <name> (files and folders) to <name>.bak
unbak Move <name>.bak to <name>
deploy Deployments for hugo sites
ha Grep for a history entry
hook Run a git hook
mkd Make a directory and cd into it
pa Grep for a running process
purge-cloudflare-cache Purge Cloudflare cache
root Go to the root of git directory
s Quickly jump to site directory
site Quickly jump to Sites/www/site

Aliases

Note: This is just a few of the many aliases set up.

Name Description
3d <text> Display text as 3d
c Alias of pbcopy
p Alias of pbpaste
cleanup Delete all .DS_Store files
codeo <file> Open a file in the current VSCode window
f File picker using fzf
gcm Allows you to do gcm This is my commit message
vu Bring up a vagrant machine and ssh into it.
x Way better than ls
xcode-agree Because it's a pain to have to agree every update
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].