Skip to content

tregusti/dotfiles

Repository files navigation

My dotfiles

Prerequisites

git
stow

Install with brew or apt-get or something similar.

Install

git clone --recurse-submodules https://github.com/tregusti/dotfiles ~/.dotfiles

.dotfiles location is mandatory for now.

Then to enable the dotties, use stow like this:

cd ~/.dotfiles
# All configs, last slash is important to only target directories
stow */
# Some specific config
stow git

Installing brews

Install brew as per: https://brew.sh/

Then:

brew bundle

# core packages
brew bundle --file=core.brewfile
# optionally for my primary machine (or something, this needs to be structured better)
brew bundle --file=personal.brewfile

TouchBar

Due to this incredibly stupid thing, I have learned off with using the REAL Escape key, and instead using Ctrl-C in combination with single touch of Ctrl that is remapped to Escape with Karabiner.

Cygwin

Should work ok.

Using WSL in Ubuntu on Windows

To get the colors correct (solarized), read more on reddit.

Use the fork mentioned since the original didn't work for me:

pedrosans/cmd-colors-solarized

But please update git, tmux and vim.

git

sudo apt-add-repository ppa:git-core/ppa
sudo apt-get update
sudo apt-get install git

From: https://askubuntu.com/a/568596

tmux

sudo apt-get install gcc make libncurses5-dev libevent2-dev
# download latest release from https://github.com/tmux/tmux/releases
tar -xzf tmux-X.X.tar.gz
cd tmux-X.X
./configure && make
sudo make install

From: https://github.com/tmux/tmux

vim

sudo add-apt-repository ppa:jonathonf/vim
sudo apt update
sudo apt install vim

From: http://tipsonubuntu.com/2016/09/13/vim-8-0-released-install-ubuntu-16-04/

Thanks

Inspiration for this dotfiles repo has been taken from:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published