Skip to content

toby0000/linux_config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

介绍

在ubuntu上自动安装和配置相关开发工具

要求

  • ubuntu 22

说明

install.sh: 用于安装各类工具 Makefile: 用于安装各类配置文件

install.sh

./install.sh -h|--help: 查看帮助

Makefile

  1. make [opt]: 安装对应选项的配置
  2. make: 安装所有配置

使用方法

git clone https://github.com/toby0000/linux_config ~/.linux_config
cd ~/.linux_config
./install.sh init

# 进入python虚拟环境,并安装相关工具
source ~/.env/py3/bin/activate
./install.sh ins_pytools

# 以下根据自身需要选择是否执行
# 安装zsh插件
./install.sh ins_zsh_plug

About

ubuntu上自动安装和配置相关开发工具

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published