Skip to content

Backups of some current configuration files

Notifications You must be signed in to change notification settings

mattbarr/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Backups of my current configuration files

Installation order

To set up a fresh machine run scripts in the following order:

  • run_first.sh
  • setup_osx.sh
  • pyenv_install.sh
  • dein_installer.sh
  • make_symlinks.sh

The following scripts are more optional:

  • rust_install.sh
  • install_zsh.sh
  • install_fish.sh

Status

  • Management of atom and subblime via this repository is only partially functional.

  • I am still experimenting with zsh and the fish shell to see whether I gain real benefit from them.

  • I recently switched to neovim from vim and am currently maintaining configuration files for both of them, but my vimrc and vim bundles are likely to get out of date as time goes on.

  • setup_osx.sh is largely untested because I have not configured a new laptop from scratch since it was developed.

  • Many of the commands are not valid any more under macOS High Sierra

  • Extension management for text editors is still a work in progress. See: https://pawelgrzybek.com/sync-vscode-settings-and-snippets-via-dotfiles-on-github https://stackoverflow.com/questions/35773299/how-can-you-export-vs-code-extension-list

    For VSCode:

    code --list-extensions | xargs -L 1 echo code --install-extension

About

Backups of some current configuration files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.5%
  • Shell 1.6%
  • Vim Script 0.5%
  • CSS 0.2%
  • Java 0.1%
  • Ruby 0.1%