Skip to content

jkielbaey/dots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dots

Collection of dotfiles and bootstrap script to manage the environment on my laptop.

Installation

git clone https://github.com/jkielbaey/dots
cd dots
sh ./bootstrap.sh

Update

The bootstrap script also comes with a handy option to upgrade all installed tools.

cd dots
sh ./bootstrap.sh -u

Supported Operation Systems

The bootstrap script only works for OSX.

Tools

The bootstrap script installs a set of tools. Most notably:

For the full list, see bootstrap.sh.

Shell environment

The bootstrap script will prepare the config of the fish shell in your home directory.

  • Simple aliases that I used often to speed up my workflow (i.e. gpl for git pull and myip to get my public IP address).
  • Define fish functions to integrate aws-vault with aws-cli and terraform.
  • Initialize ssh-agent and load all ssh keys starting with id_rsa in the $HOME/.ssh directory.
  • Set environment variables as instructed by brew formulas.

Contributing

Have an amazing idea to be added? Great! Let's collaborate!

  1. Fork this repo!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

dotfiles to manage my local setup

Topics

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors