ralaruri / dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ramzi's Dotfiles

using GNU Stow

  • Make a dotfiles directory somewhere you will have the contents of you home or .config there.
  • You will stow . in the copied directory as things change over time.

Prereqs installation:

  • Homebrew: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)
  • vscode: brew install --cask visual-studio-code
  • poetry: curl -sSL https://install.python-poetry.org | python3 -
  • starship: curl -sS https://starship.rs/install.sh | sh
  • neovim: brew install neovim
  • kickstart: https://github.com/nvim-lua/kickstart.nvim/blob/master/init.lua
  • tmux: brew install tmux
  • stow: brew install stow
  • alacritty: brew install --cask alacritty
  • amethyst: brew install --cask amethyst

Main Configurations in this Repo:

Neovim

Tmux

Alacritty

About


Languages

Language:Lua 99.4%Language:Shell 0.6%