radiosilence / dotfiles

My Environment. Zsh, tmux, other shit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

Requirements

  • Recent version of zsh

Includes

  • ViM
  • minimal asdf file that makes it work with nvm etc...
  • various useful zsh crap for working with stuff on macos
  • tmux
  • VS Code
  • alacritty (fast, gl based terminal)
  • Terminal.app profile (MacOS terminal, more stable than alacritty)

Install dependencies (macOS)

  • homebrew a package manager for macOS (/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)")
  • zgenom a package manager for zsh (git clone https://github.com/jandamm/zgenom.git "${HOME}/.zgenom")
  • asdf a thing to replace nvm, rvm, etc. (git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.7.1)
  • vundle a package manager for vim (git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim)
  • tpm a package manager for tmux (git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm)
  • fzf fuzzy matcher for anything (brew install fzf)

Install

git clone https://github.com/radiosilence/dotfiles ~/.dotfiles
./dotfiles/install

NOTE: Only symlinks .hidden files

Get sick AF fonts that have the neat ligatures

Install SF Mono

cp /Applications/Utilities/Terminal.app/Contents/Resources/Fonts/*.otf ~/Library/Fonts/

About

My Environment. Zsh, tmux, other shit


Languages

Language:Scilab 64.3%Language:Shell 31.6%Language:Lua 3.5%Language:Vim Script 0.6%