All Projects → bswinnerton → dotfiles

bswinnerton / dotfiles

Licence: other
Configuration settings for my terminal

Programming Languages

javascript
184084 projects - #8 most used programming language
Vim Script
2826 projects
shell
77523 projects
ruby
36898 projects - #4 most used programming language
lua
6591 projects
python
139335 projects - #7 most used programming language
applescript
352 projects

Projects that are alternatives of or similar to dotfiles

Dotfiles
📍 My dotfiles for macOS using Fish/Zsh, Neovim, and Tmux
Stars: ✭ 151 (+403.33%)
Mutual labels:  tmux, fish-shell
dotfiles
Current: Neovim, Tmux, FishShell. Old but still there: prezto, zsh.
Stars: ✭ 46 (+53.33%)
Mutual labels:  tmux, fish-shell
dotfiles
Dotfiles for Neovim (0.7+), Fish shell, git, Kitty, tmux, and more.
Stars: ✭ 54 (+80%)
Mutual labels:  tmux, fish-shell
dotfiles
⭐ My own world.
Stars: ✭ 12 (-60%)
Mutual labels:  tmux, fish-shell
modern-linux.info
Learning Modern Linux book website
Stars: ✭ 35 (+16.67%)
Mutual labels:  tmux, fish-shell
dotfiles
🐟 sheriferson's dot, config, and setup files
Stars: ✭ 13 (-56.67%)
Mutual labels:  tmux, fish-shell
dotfiles
❤ ~/.🛠🐈 the daily jam 🍞🥜🍇🍞
Stars: ✭ 55 (+83.33%)
Mutual labels:  tmux, fish-shell
Dotfiles
My dotfiles
Stars: ✭ 121 (+303.33%)
Mutual labels:  tmux, fish-shell
dotfiles
🔯 A collection of my rc files (tmux, neovim, zsh, fish, poetry, git, ...etc) and utilities that make everyday coding fun!
Stars: ✭ 23 (-23.33%)
Mutual labels:  tmux, fish-shell
agnoster
Agnoster for Fish 🐠
Stars: ✭ 42 (+40%)
Mutual labels:  fish-shell
dotfiles
A total nord dotfiles used by me. Forever work in progress.
Stars: ✭ 35 (+16.67%)
Mutual labels:  tmux
dotfiles
This is the home for my environment configurations, scripts, and exported tool settings. Major clean up and revamp in June 2021. Uses stow for package management.
Stars: ✭ 57 (+90%)
Mutual labels:  tmux
dotfiles
Personal dotfiles with configurations for sway, vim, zsh, etc.
Stars: ✭ 20 (-33.33%)
Mutual labels:  tmux
dotfiles
My OSX / Linux tools and configurations
Stars: ✭ 35 (+16.67%)
Mutual labels:  tmux
nvim configration
Neovim diy develop enviroment.This project integrates neovim tmux zsh and some very useful plugs of them including YouCompleteMe FZF auto pairs nerdtree ncm2 and so on.
Stars: ✭ 22 (-26.67%)
Mutual labels:  tmux
etc-skel
/etc/skel with super cool confs for tmux, psql, inputrc, git, bash, dircolors, and more.
Stars: ✭ 22 (-26.67%)
Mutual labels:  tmux
dotfiles
Poom's Neovim, Tmux, Fish and other configurations for macOS & Linux. Literally my entire world.
Stars: ✭ 36 (+20%)
Mutual labels:  tmux
dotfiles
my personal dotfiles for tmux, bash, vim and git
Stars: ✭ 73 (+143.33%)
Mutual labels:  tmux
dotfiles
My dotfiles.
Stars: ✭ 21 (-30%)
Mutual labels:  fish-shell
dotfiles
mac OS, Arch Linux, and Debian/Ubuntu
Stars: ✭ 286 (+853.33%)
Mutual labels:  tmux

Brooks' Dotfiles

Dotfiles are the preferences, tricks and hacks that you use to tame your terminal. There are many like them, but these are mine.

dotfiles

The structure of these dotfiles are heavily influenced by @holman's, but the contents have been created and curated by myself over the years.

Installation

git clone https://github.com/bswinnerton/dotfiles ~/.dotfiles
cd ~/.dotfiles
./install

Components

There are a few special files and conventions to point out:

  • bin/: Anything in bin/ will be added to your $PATH and be made available to execute anywhere in your shell.
  • topic/path.fish: Any file named path.fish is loaded first and is expected to setup $PATH or similar.
  • topic/*.auto.fish: Any files ending in .auto.fish get loaded into your environment.
  • topic/*.auto.sh: Any files ending in .auto.sh get loaded into your environment, after any .auto.fish files.
  • topic/*.symlink: Any files ending in *.symlink get symlinked into your $HOME. This is so you can keep all of those versioned in your dotfiles but still keep those autoloaded files in your home directory. These get symlinked in when you run ./install.
  • topic/install.sh: Any file named install.sh is automatically loaded when you call ./install.

Thanks

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].