Giter Club home page Giter Club logo

dot's Introduction

Gib's Dotfiles

Contains everything I use to setup a new machine (except ssh and gpg keys).

How to set up a new machine

N.B. until I add better control over ordering, on the first run it is necessary to clone the wrk_dotfile_dir before running up for the first time.

curl --create-dirs -Lo ~/bin/up https://github.com/gibfahn/up-rs/releases/latest/download/up-darwin
chmod +x ~/bin/up
~/bin/up run -bf gibfahn/dot

Then see manual.md.

Manual setup

If you just want to update your dotfile symlinks, you can run:

./link

Dotfiles are pretty personal, so feel free to adapt this repo as you wish. If you make a change feel free to send a Pull Request, you might fix something for me!

Adding a new file to your dotfiles

As long as it goes in $HOME, just put it in the same relative directory inside ./dotfiles/ (so ~/.bashrc becomes dotfiles/.bashrc). If you rerun link it should get symlinked into the right place.

dot's People

Contributors

gibfahn avatar oleksandr-kushchak-i2 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

dot's Issues

Automated way to install slack on Ubuntu

This is my current script to automatically set up Slack on a new machine. However I heard from the Slack team that this isn't a reliable way to automatically download slack. I'm not sure what the right way would be.

dot/setup/ubu.sh

Lines 105 to 112 in cf97b6f

# Raised question with Slack, apparently this isn't the right way to automate
# the Slack install.
if exists slack; then
echo "❯❯❯ Already Installed: Slack"
else
echo "❯❯❯ Installing: Slack"
curl -s https://packagecloud.io/install/repositories/slacktechnologies/slack/script.deb.sh | sudo bash
fi

An alternative would be:

curl -o https://downloads.slack-edge.com/linux_releases/slack-desktop-2.7.1-amd64.deb
sudo dpkg -i slack-desktop-2.7.1-amd64.deb
sudo apt update && sudo apt upgrade -y

But this relies on the 2.7.1 image being there forever (and means you have to download an old version and then upgrade every time). Ideally there'd be a

https://downloads.slack-edge.com/linux_releases/slack-desktop-latest-amd64.deb

like Google Chrome, which has:

https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb

Support WSL

Error in up:

No specific setup files for #1-Microsoft Wed Dec 31 14:42:53 PST 2014 yet
 ~ $ uname -a
Linux EvePC 4.4.0-43-Microsoft #1-Microsoft Wed Dec 31 14:42:53 PST 2014 x86_64 x86_64 x86_64 GNU/Linux

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.