All Projects â†’ alias-mac â†’ dotfiles

alias-mac / dotfiles

Licence: other
đŸ’ģ @alias-mac does dotfiles

Programming Languages

shell
77523 projects
ruby
36898 projects - #4 most used programming language
javascript
184084 projects - #8 most used programming language
PHP
23972 projects - #3 most used programming language

Labels

Projects that are alternatives of or similar to dotfiles

dotfiles
Dotfiles for my awesomewm/i3 Arch setup & neovim
Stars: ✭ 19 (+46.15%)
Mutual labels:  dotfiles
homesetup
Your shell good as hell ! Not just dotfiles.
Stars: ✭ 25 (+92.31%)
Mutual labels:  dotfiles
configuration
My configs: OS setups, dotfiles, scripts and more.
Stars: ✭ 23 (+76.92%)
Mutual labels:  dotfiles
dotfiles
My Arch Linux dotfiles
Stars: ✭ 19 (+46.15%)
Mutual labels:  dotfiles
dotfiles
📑 .dotfiles for Bash (Linux) / ZSH (Linux) / Git Bash (Windows) / Cygwin (Windows) / Bash on Ubuntu on Windows
Stars: ✭ 175 (+1246.15%)
Mutual labels:  dotfiles
i3-dotfiles
My dotfiles used for i3 configuration
Stars: ✭ 20 (+53.85%)
Mutual labels:  dotfiles
eRCaGuy dotfiles
.bashrc file, terminal prompt that shows current git branch, Arduino setup, Eclipse setup, git diff with line numbers, helpful scripts, improved Linux productivity, etc.
Stars: ✭ 84 (+546.15%)
Mutual labels:  dotfiles
MacOS-Dotfiles
No description or website provided.
Stars: ✭ 85 (+553.85%)
Mutual labels:  dotfiles
dotfiles
My own .vimrc, .gitconfig, and friends. Heavily inspired by garybernhardt/dotfiles
Stars: ✭ 35 (+169.23%)
Mutual labels:  dotfiles
code
~/code – tools distributed across all of my systems
Stars: ✭ 73 (+461.54%)
Mutual labels:  dotfiles
dotfiles
Dotfiles for my current dev environment.
Stars: ✭ 14 (+7.69%)
Mutual labels:  dotfiles
dotfiles
My dotfiles for i3-gaps/bspwm
Stars: ✭ 54 (+315.38%)
Mutual labels:  dotfiles
nixcfg
NixOS and Home-Manager configurations for all of my devices (desktop, Pinebook Pro, RPi4, cloud servers, etc). Like dotfiles, but way better. (nÊe 'nixos-config')
Stars: ✭ 119 (+815.38%)
Mutual labels:  dotfiles
nixpkgs
My Nix system configs!
Stars: ✭ 143 (+1000%)
Mutual labels:  dotfiles
dotfiles
Dotfiles & Developer Environment. Supports Ubuntu2004+, macOS Catalina+, Windows 10 w WSL
Stars: ✭ 30 (+130.77%)
Mutual labels:  dotfiles
dotfiles
My custom start script for new laptops đŸ’ģ
Stars: ✭ 16 (+23.08%)
Mutual labels:  dotfiles
dotfiles
My dotfiles for Arch Linux and macOS: Polybar, Neovim, ZSH, Alacritty, Git, and more 👨đŸŋ‍đŸ’ģ
Stars: ✭ 13 (+0%)
Mutual labels:  dotfiles
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 (+7.69%)
Mutual labels:  dotfiles
dotfiles
🗂 ~josh
Stars: ✭ 19 (+46.15%)
Mutual labels:  dotfiles
dotfiles
🏠 dotfiles for my macOS environment
Stars: ✭ 17 (+30.77%)
Mutual labels:  dotfiles

Alias does dotfiles

dotfiles

Your dotfiles are how you personalize your system. These are mine based on holman's dot files but more focused on bash. If you match up along most of those lines, you may dig my dotfiles.

I was a little tired of having long alias files and everything strewn about (which is extremely common on other dotfiles projects, too). That led to this project being much more topic-centric. I realized I could split a lot of things up into the main areas I used (PHP, git, system libraries, and so on), so I structured the project accordingly.

Install

Run this:

git clone https://github.com/alias-mac/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
script/bootstrap

This will symlink the appropriate files in .dotfiles to your home directory. Everything is configured and tweaked within ~/.dotfiles, though.

The main file you'll want to change right off the bat is bash/bashrc.symlink, which sets up a few paths that'll be different on your particular machine. If you prefer you can use the ~/.localrc to override them per instance.

Topical

Everything's built around topic areas. If you're adding a new area to your forked dotfiles — say, "Java" — you can simply add a java directory and put files in there. Anything with an extension of .bash will get automatically included into your shell. Anything with an extension of .symlink will get symlinked without extension into $HOME when you run script/bootstrap.

Components

There's a few special files in the hierarchy.

  • bin/: Anything in bin/ will get added to your $PATH and be made available everywhere.
  • Brewfile: This is a list of packages and applications for Homebrew and Homebrew Cask to install: things like git, grc, wget or applications like Chrome and VSCode. Might want to edit this file before running any initial setup.
  • topic/*.bash: Any files ending in .bash get loaded into your environment.
  • 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 script/bootstrap.
  • topic/*.completion.bash: Any files ending in completion.bash get loaded last so that they get loaded after we set up all *.bash files (dependencies).

Bugs

I want this to work for everyone; that means when you clone it down it should work for you. That said, I do use this as my dotfiles, so there's a good chance I may break something if I forget to make a check for a dependency.

If you're brand-new to the project and run into any blockers, please open an issue on this repository and I'd love to get it fixed for you!

Thanks

I forked Zach Holman's excellent dotfiles for a some years before the weight of my changes and tweaks inspired me to finally roll my own. But Holman's dotfiles were an easy way to get into bash customization. A decent amount of the code in these dotfiles stem or are inspired from Holman's original project.

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