Skip to content

just a few dotfiles to start working on a new linux environment

Notifications You must be signed in to change notification settings

sudo-Tiz/fast_linux_config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

fast_linux_config

just a few dotfiles to start working on a new linux environment


Here are the first command i run on a new debian/ubuntu environment

Update & install basic prog

apt update && apt upgrade -y && apt install -y zsh neovim curl git

Import basic zsh config

cd curl -LO https://raw.githubusercontent.com/sudo-Tiz/fast_linux_config/main/.zshrc zsh

Import basic neovim config

curl --create-dirs -Lo ~/.config/nvim/init.vim https://raw.githubusercontent.com/sudo-Tiz/fast_linux_config/main/init.vim

About

just a few dotfiles to start working on a new linux environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published