ppomet / dotfiles-bis

My personal dotfiles on my linux machine, managed with https://www.chezmoi.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

repository containing my config files.

this is not a fancy stuff just my stuff used mostly. this dotfiles used Chezmoi as it's manager.

Since I use EndeavourOS with KDE I can say that "I use Arch, btw".

pretty sure it will work with any Arch-based install, not sure about Manjaro though since they holding back Pacman iirc.

I also use Parrot sometimes so I made versions for debian.

Installation For My Arch

to use this dotfile, simply copy this to terminal and run

curl -fsSL https://raw.githubusercontent.com/dhupee/dotfiles/master/dot_scripts/kickstart-full.sh | bash

or, if you just need the essential stuff

curl -fsSL https://raw.githubusercontent.com/dhupee/dotfiles/master/dot_scripts/kickstart.sh | bash

check the file to see what you will download, or fork it and you used it for your own need

Install Kali/Parrot (NOT DONE YET)

I use parrot Kali okay, and not all tools I need is there, so

curl -fsSL https://raw.githubusercontent.com/dhupee/dotfiles/master/dot_scripts/install-kali.sh | bash

Adding New Dotfiles

if you want to add new dotfile, do this in terminal.

chezmoi add <dotfile directory>

or you can add your file/folder directory in the dot_scripts/chezmoi-save.sh to automate it.

Editing

since i use VScode as my text editor/IDE so what I do to edit the dotfiles easily is like this, first open terminal.

chezmoi cd
code .

then you can code like usual then commit it to the repo and then on terminal apply the change.

cd $HOME
chezmoi -v apply

To-Add List

  • making KDE backup and restore (will use Konsave)
  • [*] automate my Bottles setting update (Use python for creating file name with regex, iirc bash dont have regex)
  • saving osu's songs/skins/data and other big files to google drive/dropbox\

About

My personal dotfiles on my linux machine, managed with https://www.chezmoi.io/


Languages

Language:Shell 75.2%Language:Lua 19.9%Language:Perl 4.9%