Skip to content

This is bspwm dotfiles based on gh0stzk's Archlinux version. And now I edit it for Debian distro.

License

Notifications You must be signed in to change notification settings

allenmagic/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

简介

本脚本依据gh0stzk创建的适用于Arch Linux的bspwm安装和配置的脚本修改而来,本脚本适合于安装Debian 12系统。原脚本中用于Archlinux的命令和功能已经修改成适用于Debian 12的对应的命令和功能。

注意事项:目前编译安装eww时会提示缺少依赖,如果脚本安装未成功,可以手动安装并解决依赖问题 更新:已将eww编译为可执行文件

功能修改

  • 删除了NeoVIM的配置和修改,因为Debian目前的nvim版本过低,需要的可手动处理
  • 添加了zplug作为zsh的插件管理工具
  • 添加了netselect-apt工具,可以用来管理apt的源
  • 添加了fcitx的配置文件和theme,适用于需要安装中文输入法的用户
  • 添加了一些Archlinux默认的壁纸,Debian用户可以自行删除后再添加Debian的系统默认壁纸
  • 分拆了字体安装,可以参考后面的字体安装部分

安装

    git clone --depth=1 https://github.com/allenmagic/dotfiles.git ~/dotfiles
    cd ~/dotfiles
    chmod +x install.sh 
    bash install.sh 

字体

本脚本的字体相关安装内容拆分到另一个脚本中执行,但在本脚本中进行了font的git clone操作。目前字体部分git clone到/home/$USER/.local/share/fonts。在脚本执行完成后可以执行以下操作

    git clone --depth=1 https://github.com/allenmagic/fonts
    cd fonts
    chmod +x install
    ./install

About

This is bspwm dotfiles based on gh0stzk's Archlinux version. And now I edit it for Debian distro.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published