Skip to content

Instantly share code, notes, and snippets.

@okian
Last active December 29, 2022 23:32
Show Gist options
  • Save okian/8d4f4abc3a51b7105bba614959a15677 to your computer and use it in GitHub Desktop.
Save okian/8d4f4abc3a51b7105bba614959a15677 to your computer and use it in GitHub Desktop.
start up
add-apt-repository ppa:longsleep/golang-backports
apt update
apt upgrade -y
apt install -y fish neovim tmux htop golang-go
useradd -m -u 2000 -G sudo -s /usr/bin/fish kian
chown kian:kian /home/kian/bin/*
su kian
set -x PATH $PATH $HOME/bin
chezmoi --apply okian
git clone --depth 1 https://github.com/wbthomason/packer.nvim\
~/.local/share/nvim/site/pack/packer/start/packer.nvim
curl https://sh.rustup.rs -sSf | sh -s -- -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment