All Projects → gretzky → dotfiles

gretzky / dotfiles

Licence: MIT license
🏎 my dotfiles for macOS

Programming Languages

shell
77523 projects
Vim Script
2826 projects
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to dotfiles

dotfiles
i3, Vim, Bash, Ruby, Typescript & React, Elixir, Golang & more!
Stars: ✭ 22 (-33.33%)
Mutual labels:  tmux
tmux-airline-dracula
A tmux theme for Dracula color scheme.
Stars: ✭ 33 (+0%)
Mutual labels:  tmux
dotfiles
A place to store config files so I can revert when my entire system crashes from entering the wrong character
Stars: ✭ 25 (-24.24%)
Mutual labels:  tmux
dotfiles
my personal dotfiles managed by dotbot, zinit
Stars: ✭ 65 (+96.97%)
Mutual labels:  tmux
muxed
Another TMUX project manager
Stars: ✭ 58 (+75.76%)
Mutual labels:  tmux
zpwr
ZPWR => World's Most Advanced UNIX Terminal Environment
Stars: ✭ 109 (+230.3%)
Mutual labels:  tmux
dotfiles
mac OS, Arch Linux, and Debian/Ubuntu
Stars: ✭ 286 (+766.67%)
Mutual labels:  tmux
dotfiles
Zero friction mac and linux bootstrap
Stars: ✭ 15 (-54.55%)
Mutual labels:  macos-setup
dotfiles
dotfiles (managed by https://github.com/twpayne/chezmoi/)
Stars: ✭ 40 (+21.21%)
Mutual labels:  tmux
muxnect
Send input to just about any interactive command-line tool through a local web server
Stars: ✭ 23 (-30.3%)
Mutual labels:  tmux
tmux.nvim
tmux integration for nvim features pane movement and resizing from within nvim.
Stars: ✭ 299 (+806.06%)
Mutual labels:  tmux
dotfiles
My dotfiles, with an out-of-date install-script. Arch, Tiling WM (i3, sway), ZSH, Neovim
Stars: ✭ 20 (-39.39%)
Mutual labels:  tmux
colorcli
Collection of harmonized, light command-line interface (CLI) color themes for tmux, cmus, newsboat, mcabber, Vim, Vifm, and Mutt.
Stars: ✭ 40 (+21.21%)
Mutual labels:  tmux
dotfiles
Configuration settings for my terminal
Stars: ✭ 30 (-9.09%)
Mutual labels:  tmux
drop-in
Remote workspace
Stars: ✭ 47 (+42.42%)
Mutual labels:  tmux
etc-skel
/etc/skel with super cool confs for tmux, psql, inputrc, git, bash, dircolors, and more.
Stars: ✭ 22 (-33.33%)
Mutual labels:  tmux
dotfiles
Dotfiles for Neovim (0.7+), Fish shell, git, Kitty, tmux, and more.
Stars: ✭ 54 (+63.64%)
Mutual labels:  tmux
dotfiles
shell, git, vim, tmux .etc dotfiles, managed via gnu stow
Stars: ✭ 20 (-39.39%)
Mutual labels:  tmux
configuration
Config files
Stars: ✭ 12 (-63.64%)
Mutual labels:  tmux
dots
Code Smell Dotfiles
Stars: ✭ 163 (+393.94%)
Mutual labels:  tmux

dotfiles

Dotfiles for my M1 Macbook Pro 18,1 running macOS Monterey 12.0.1.

zsh with starship prompt and colorls vim and tmux

Installation

Before you get started make sure you give full disk access permission to your terminal (for writing macos defaults). System Preferences -> Privacy -> Full Disk Access.

To install:

curl -L https://git.io/JeA7g | sh

This expands to run.sh which will fetch this repo and run the install script.

File overview

The install script will also setup Python and Node versions/environments:

  • pyenv sets the global Python version to 3.10
  • n sets the global Node version to LTS

Customization

Git

  • Be sure to update the user name/email values in the global gitconfig

Color Schemes

  • Alacritty color scheme is Snazzy
  • VSCode/Vim color scheme is Ayu
  • The macOS 'highlight color' (accent color for mac, typically blue) is set to pink. To set it to a different color:
    • Pick your desired color and get its RGB value (ex. pink is 255,105,180)
    • Take each value and divide it by 255 (ex. pink is now 1, 0.41176470588, 0.70588235294)
    • Put them into RGB order (ex. pink is "1 0.41176470588 0.70588235294")

Acknowledgements

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