Skip to content

Latest commit

 

History

History
43 lines (36 loc) · 1.61 KB

File metadata and controls

43 lines (36 loc) · 1.61 KB

My Dotfiles

Config files, styles, scripts & similar "tweaks" for various software that I use. The full list is here. Copyright (C) 2020 Spirit

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Contents

editor

  • vim

terminal

  • kitty
  • alacritty
  • zsh

wm

  • swaywm
  • waybar
  • wofi
  • mako

cordless

  • theme (inspired by atom)

rEFInd

  • modified dreary

scripts

  • grim-wrapper
  • pulseaudio stuff
  • other stuff

How to install

git clone --bare git@github.com:sp1ritCS/dotfiles.git $HOME/dotfiles
alias dotfiles='/usr/bin/git --git-dir=$HOME/dotfiles --work-tree=$HOME' #If you're using zsh that'll get auto sourced after the next step
dotfiles checkout

Contact me

Read for more info: news.opensuse.org/2020/03/27/Manage-dotfiles-with-Git/