Skip to content

Robert-Cunningham/install

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

Add a non-root user

sudo adduser robert
sudo usermod -aG sudo robert

install

Quickly install standard utilities

sudo apt update
sudo apt upgrade
sudo apt install curl htop btop nload ffmpeg tmux vim git git-lfs zsh fd-find ripgrep ncdu

curl -fsSL https://tailscale.com/install.sh | sh


# get updated link from here: https://docs.conda.io/en/latest/miniconda.html#linux-installers
wget https://repo.anaconda.com/miniconda/Miniconda3-py311_23.5.2-0-Linux-x86_64.sh
chmod +x Miniconda3-py311_23.5.2-0-Linux-x86_64.sh

curl -fsSL https://get.docker.com -o install-docker.sh
sudo sh install-docker.sh

curl -fsSL https://deb.nodesource.com/setup_current.x | sudo -E bash - &&\
sudo apt-get install -y nodejs

curl -sSfL https://raw.githubusercontent.com/ajeetdsouza/zoxide/main/install.sh | sh
echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.zshrc
echo 'eval "$(zoxide init zsh)"' >> ~/.zshrc

Interactive

sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
tailscale login
./Miniconda3-py311_23.5.2-0-Linux-x86_64.sh
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

After

sudo tailscale up --ssh

MacOS

  • zsh, oh my zsh, zoxide, fzf
ZSH_THEME="amuse"
eval "$(zoxide init zsh)"

plugins=(git)
plugins+=(zsh-vi-mode)

source <(fzf --zsh)
eval "$(zoxide init zsh)"
alias cd="z"

About

Quickly install standard utilities

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors