Giter Site home page Giter Site logo

dotfiles's Introduction

dotfiles

User-specific application configuration is traditionally stored in so called dotfiles. Dotfiles are plain text configuration files on Unix-y systems for things like our shell, ~/.zshrc, our editor in ~/.vimrc, and many others. They are called "dotfiles" as they typically are named with a leading . making them hidden files on your system, although this is not a strict requirement.

Since these files are all plain text, we can gather them together in a git repository and use that to track the changes you make over time.

Install the Windows Subsystem for Linux

Before installing any Linux distros for WSL, you must ensure that the "Windows Subsystem for Linux" optional feature is enabled:

  1. Open PowerShell as Administrator and run:
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
  1. Restart your computer when prompted.
  2. To download distros using PowerShell, use curl.
curl.exe -L -o ubuntu-1804.appx https://aka.ms/wsl-ubuntu-1804

Note: Windows 10 Spring 2018 Update (or later) includes the popular curl command-line utility with which you can invoke web requests from the command line.

dotfiles's People

Contributors

matbrgz avatar

Stargazers

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

Watchers

 avatar  avatar

dotfiles's Issues

Program Execution Finish Unexpectedly

In programs/anaconda.sh line 14:
exec bash
^-- SC2093: Remove "exec " if script should continue after this command.

In programs/docker.sh line 24:
source "${HOME}"/.bashrc
^-- SC1090: Can't follow non-constant source. Use a directive to specify location.

In programs/nvm.sh line 12:
. "${HOME}"/.bashrc
^-- SC1090: Can't follow non-constant source. Use a directive to specify location.

In programs/pyenv-virtualenv.sh line 6:
source "${HOME}"/.bashrc
^-- SC1090: Can't follow non-constant source. Use a directive to specify location.

In programs/pyenv.sh line 13:
source "${HOME}"/.bashrc
^-- SC1090: Can't follow non-constant source. Use a directive to specify location.

In programs/pyenv.sh line 15:
source "${HOME}"/.bashrc
^-- SC1090: Can't follow non-constant source. Use a directive to specify location.

In programs/rvm.sh line 19:
source "${HOME}"/.bashrc
^-- SC1090: Can't follow non-constant source. Use a directive to specify location.

Apps ForEach

	apps=(
		ant
		figlet
		git
		gradle
		groovy
		maven
		nodejs
		npm
		python
		python3
		ruby
		s3cmd
        scala
		screen
		stow
		tig
		tree
		wget
	)
	apt install "${apps[@]}"

Install Mongo

sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 9DA31620334BD75D9DCB49F368818C72E52529D4
echo "deb [ arch=amd64 ] https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.0 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-4.0.list
sudo apt-get update
sudo apt-get install -y mongodb-org
echo "mongodb-org hold" | sudo dpkg --set-selections
echo "mongodb-org-server hold" | sudo dpkg --set-selections
echo "mongodb-org-shell hold" | sudo dpkg --set-selections
echo "mongodb-org-mongos hold" | sudo dpkg --set-selections
echo "mongodb-org-tools hold" | sudo dpkg --set-selections

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.