# config **Repository Path**: karl1864/config ## Basic Information - **Project Name**: config - **Description**: 包含了所有可公开的linux工作环境配置 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2022-03-20 - **Last Updated**: 2024-05-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: config, 正在维护 ## README # linux环境配置 ## 安装环境 ```sh ## Manjaro ## sudo gedit /etc/sudoers sudo pacman-mirrors -m rank -c China sudo pacman -Syyu vim sudo vim /etc/pamac.conf # [archlinuxcn] # Server = https://mirrors.tuna.tsinghua.edu.cn/archlinuxcn/$arch ## Srepo ## mkdir repos # git clone --recursive https://gitee.com/karl1864/srepo ~/repos/srepo wget https://gitee.com/karl1864/config/raw/master/srepo.yml bash ~/repos/srepo/install_yaml.sh rm -rf ~/.zshrc ~/repos/srepo/srepo init ~/srepo.yml zsh # ➜ luwh config (master) ✔ xrandr --listmonitors # Monitors: 1 # 0: +*Virtual1 2560/677x1440/381+0+0 Virtual1 ~/my/shell/generate_from_template.sh # now replace ./config/i3/config # the slot first_output is: Virtual1 # the slot second_output is: Virtual1 # now replace ./config/vim/conf.vim # the slot use_coc is: 1 # the slot use_go is: 0 # the slot use_web is: 1 # the slot use_markdown is: 1 # the slot use_shell is: 1 # the slot use_pdf is: 0 # the slot use_tagbar is: 0 # the slot use_translator is: 0 # the slot use_doc is: 1 # now replace ./config/my/bin/startup.sh # the slot music is: # # the slot bluetooth is: # # the slot opacity1_xcompmgr is: # the slot opacity2_picom is: # # the slot email is: # # the slot didalist is: # # the slot primary_display_name is: Virtual1 # the slot primary_display_mode is: 2560x1440 # the slot primary_display_pos is: 0x0 # the slot primary_display_rate is: 60 # the slot use_secondary_display is: # # the slot secondary_display_name is: # the slot secondary_display_mode is: # the slot secondary_display_pos is: # the slot secondary_display_rate is: sudo pacman -S ack alacritty alsa-utils bat bison ccls chromium cmake deepin-screenshot docker fcitx \ fcitx-configtool fcitx-rime feh flex fzf gdb git-lfs glfw-x11 glu gn go htop i3blocks i3-gaps \ i3lock i3status lazygit make mplayer ncdu neovim net-tools ninja nodejs npm polybar ranger rofi \ the_silver_searcher tig valgrind variety xclip xcompmgr yarn git config --global url.https://gitclone.com/github.com.insteadOf https://github.com # vim :PlugInstall ```