GitXplorerGitXplorer
j

dotfiles

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
4c6df4f98289105f8d8077b493ed89e1bdd9f84c

[Brewfile] Drop old terraform versions and add bunch of stuff

jjylitalo committed a year ago
Unverified
ae61cf47ec24531e1adc50fa6a849f7ac94c8088

[bootstrap] Drop extra directories

jjylitalo committed a year ago
Unverified
e661986af46cb4109011fd970b33ff0b2bb7af63

[zsh] Output name of the host, when shell starts

jjylitalo committed a year ago
Unverified
c3899a106c0c36da5f6022c5af4d5f0b1f857acb

[tmux] Use mouse for resizing etc.

jjylitalo committed a year ago
Verified
0c039c6225edb19f288b04f3c86bb801d8b6edec

Basic instructions for setup and different paths between intel and ARM macOS. (#1)

jjylitalo committed a year ago
Unverified
47326902f49098dfe75bd0f017ac400f6239276f

[zshrc] Comment out colima start and add awscli auto-completion

jjylitalo committed 2 years ago

README

The README file for this repository.

dotfiles

personal dotfiles for MacOS

Based on https://www.atlassian.com/git/tutorials/dotfiles

Setup

alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
git clone --bare https://github.com/jylitalo/dotfiles.git $HOME/.dotfiles
config checkout
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"