Skip to content

renyddd/DotConfigurations

Repository files navigation

README

Overview

Never try stow again, use this easier script:

cd
mkdir -p .config/{fish,alacritty,tmux}

# Alacritty
curl -LO --output-dir ~/.config/alacritty https://github.com/catppuccin/alacritty/raw/main/catppuccin-mocha.toml
rm ~/.config/alacritty/alacritty.toml
ln -s ~/git-repos/DotConfigurations/alacritty.toml ~/.config/alacritty/alacritty.toml

# tmux
cd
git clone https://github.com/gpakosz/.tmux.git ~/git-repos/.tmux
ln -s -f ~/git-repos/.tmux/.tmux.conf ~/.tmux.conf
cp ~/git-repos/DotConfigurations/.tmux.conf.local ~/.tmux.conf.local

# fish
cd
fish
curl https://raw.githubusercontent.com/oh-my-fish/oh-my-fish/master/bin/install | fish
omf install https://github.com/jhillyerd/plugin-git
omf install https://github.com/jorgebucaran/autopair.fish

Emacs configurations

./emacs-screenshot.png

Tmux

Copied from https://github.com/gpakosz/.tmux

./iTerm2-screenshot.png

First config gpakosz repo, then proceed to customize your `~/.tmux.conf.local` copy.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published