Skip to content

TechyAditya/.dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Dotfiles

Installation commands

Compilers

sudo apt update

# C/C++
sudo apt install build-essential gdb
cd /usr/include/x86_64-linux-gnu/c++/11/bits/
sudo g++ ./stdc++.h

# Rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

# Go 1.22.0
wget https://go.dev/dl/go1.22.0.linux-amd64.tar.gz && rm -rf /usr/local/go && tar -C /usr/local -xzf go1.22.0.linux-amd64.tar.gz

Neovim

curl -LO https://github.com/neovim/neovim/releases/latest/download/nvim-linux64.tar.gz
tar -C ~/apps/ -xzf nvim-linux64.tar.gz

Packer.nvim

# packer.nvim
git clone --depth 1 https://github.com/wbthomason/packer.nvim\
 ~/.local/share/nvim/site/pack/packer/start/packer.nvim

Node.js

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

# Not confirmed dependency
sudo npm install -g estilo

Usage

stow dotfiles

About

Linux dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published