Coder Social home page Coder Social logo

machine-setup's Introduction

Sets up linux machine with common tools

git clone https://github.com/fstaffa/machine-setup.git

sudo apt update &&
  sudo apt -y install python3-pip pipx python3-venv &&
  pipx install ansible --include-deps

sudo `which ansible-playbook` -i "localhost," -c local wsl-ubuntu.yml


# fish setup
curl -sL https://git.io/fisher | source && fisher install jorgebucaran/fisher

chezmoi apply


# AWS install
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" && unzip awscliv2.zip && sudo ./aws/install

Running the changes in fish

sudo (which ansible-playbook) -i "localhost," -c local wsl-ubuntu.yml

Manjaro

Guix

cd /tmp
wget https://git.savannah.gnu.org/cgit/guix.git/plain/etc/guix-install.sh
chmod +x guix-install.sh
./guix-install.sh

Aur packages

  • aws-session-manager-plugin
  • brave-bin
  • kwin-bismuth
  • opensnitch
  • quickemu
  • vdhcoapp-bin

Commands

Set junction as default for everything

xdg-mime default re.sonny.Junction.desktop x-scheme-handler/file 
xdg-settings set default-web-browser re.sonny.Junction.desktop 
xdg-settings set default-url-scheme-handler https re.sonny.Junction.desktop
xdg-settings set default-url-scheme-handler http re.sonny.Junction.desktop

Create

Mac OS

brew tap homebrew/cask-fonts
brew install font-caskaydia-cove-nerd-font


guix

sudo apt-get install nscd
sudo apt-get install deamonize
sudo /etc/init.d/guix-daemon start

syncthing

systemctl --user start syncthing.service 

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.