GithubHelp home page GithubHelp logo

dotfiles's Introduction

dotfiles's People

Contributors

zabrador avatar

Watchers

 avatar

dotfiles's Issues

Add git configuration files

This includes two files:

  • .gitconfig
  • .gitignore_global

For now, this will not include GPG and SSH keys; we can assume those will already exist.

This will also involve coming up with an installation strategy that elegantly handles more than one directory that contains files that need to be symlinked to the user's home directory.

Set default shell

This involves ensuring that the zsh installation we want to use has been added to /etc/shells and that it is configured as the default shell for the currently logged-in user. A simplistic script for achieving this is below. It would be great to improve this to infer which zsh installation is ideal (instead of hard-coding) and first verifying whether or not it has already been added to /etc/shells.

sudo sh -c 'echo "/usr/local/bin/zsh" >> /etc/hosts'
chsh -s '/usr/local/bin/zsh'

Introduce installation script

This will likely be in the form of a generic shell script located in the root as install.sh, but this does not necessarily have to be the case. It can for now simply perform symlink creation and does not need to install any of the system requirements.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.