Coder Social home page Coder Social logo

gibfahn / dot Goto Github PK

View Code? Open in Web Editor NEW
55.0 55.0 13.0 3.58 MB

My dotfiles and setup scripts

CSS 0.43% Shell 57.23% AutoHotkey 0.72% Lua 23.36% Ruby 1.00% Python 11.37% JavaScript 1.45% Vim Snippet 0.15% AppleScript 0.45% KakouneScript 3.05% Vim Script 0.79%
bashrc-configs config dotfiles linux macos neovim-dotfiles zsh-configs

dot's People

Contributors

gibfahn 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.