Giter VIP home page Giter VIP logo

debianconfig's Introduction

debianConfig

My main development OS

Create debian command

echo  '#!/usr/bin/env sh

proot-distro login debian --isolated --fix-low-ports' > ~/../usr/bin/debian

Configure the system for work installing the most basic packages, adding alias, colors to output and man pages, adding js and c++ as scripting languages to the shell, vim plugins, etc. Everything is focused on productivity/utility, not much "fancy" features added.

This is for Termux aarch64 (proot-distro), steps for Linux in PC, raspberry or other archs may be very similar

Update packages list and upgrade them

apt update && apt upgrade

Install nodejs

apt install nodejs

Install npm

apt install npm

Install http-server

npm install -g http-server

install tree

apt install tree

install jq

apt install jq
# todo: add to script.sh

install tgbot.sh

placeholder

Install vim

apt install vim

Install curl

apt install curl

Install git

apt install git

Install gh

apt install gh

Install python3

apt install python3

Install pip

apt install python3-pip
# add to script.sh

Install venv

apt install python3.11-venv
# add to script.sh

Install vim-plug

curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
    https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim

install .vimrc

curl 'https://raw.githubusercontent.com/StringManolo/debianConfig/d2bfbda769ca5859dff71e0475dd4d932e8d149a/configFiles/.vimrc' -o ~/.vimrc

install vim plugins

vim

# Inside vim enter ":PlugInstall" without quotes

set-up codeium plugin

vim

# Inside vim enter ":Codeium Auth" without quotes. Follow steps to sign-in and get your token.

install unzip

apt install unzip

Install qjs and qjsc (needed for aarch64)

git clone https://github.com/StringManolo/debianConfig/

mv debianConfig/bin/aarch64/qj* ~/SMBSE/bin/

rm debianConfig/ -r

Install 7z

apt install p7zip-full

Install StringManolo's bash shell extension

curl 'https://raw.githubusercontent.com/StringManolo/SMBSE/main/.bashrc' -o ~/.basrc && source ~/.bashrc

Do all previous steps at once

curl 'https://raw.githubusercontent.com/StringManolo/debianConfig/3dfc1a07e5c96d369fe29a915e890a84c0a0986e/debianConfigSetup.sh' -Lo ./debianConfigSetup.sh && chmod 775 && ./debianConfigSetup.sh

Optional

c/cpp compiling

apt install clang make gcc

Install solc (solidity compiler for smart contracts)

npm install solc

debianconfig's People

Contributors

stringmanolo avatar

Watchers

 avatar  avatar

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.