GitXplorerGitXplorer
a

dotfiles

public
1 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
d7511b05d05a47024b792ca91828a8ac48b65b7a

config updates

aartoonie committed 6 months ago
Unverified
969929efffab3475e6ddc1912da79ab462400cd8

misc fixes for current mac preferences

aartoonie committed 2 years ago
Verified
037d61ae08762dc4e263179517a42067b90fe97b

Merge pull request #1 from artoonie/master

aartoonie committed 2 years ago
Unverified
c09fd9fbd215528636064c2b1100e84b6d1e9beb

update readme

aartoonie committed 2 years ago
Verified
a7306126f8bfc7638bf1ecf6bc8daf2b5a6ba86b

Update README.md

aartoonie committed 2 years ago
Unverified
2fd3e9767370b6e73e4a3655b5bbaf8dafdffe9a

fix for mac studio

aartoonie committed 3 years ago

README

The README file for this repository.

To terraform your machine:

On mac:

  1. Download homebrew
  2. brew install git git-lfs tmux the_silver_searcher trash
  3. In terminal preferences:
    • Change Profile to Homebrew (hit "Default", don't just select it)
    • In the "Shell" tab, change "Run Command" to run tmux
    • In the "Shell" tab, change "When the shell exits" to "if exited cleanly"
  4. Clone this repo into your root:
git init
git remote add origin https://github.com/artoonie/dotfiles.git
git pull origin main
  1. On mac, run ./.new-machine-installation.sh

On Linux:

sudo apt-get install silversearcher-ag git vim tmux trash-cli