mrp4sten / .dotfiles

my personal dotfiles for coding

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to my Dotfiles

This dotfiles include the follow config types:

  • vscode settings
  • terminal
    • bash
    • kitty
    • tmux
    • zsh

This setup is used actually on Arch Linux (Manjaro) but you try to use in another linux distro How can you have my dotfiles?

Just R.T.F.M in each directory

First Steps

Download my custom files

cd ~/
git clone https://github.com/mrp4sten/.dotfiles.git .dotfiles

Im using ArchLinux Distribution so try to Install AUR Helper

  • Manually
git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si && cd

Instead you can run the script install_aur_helper.sh

Preview

"neofetch" "some terminal utils" "ranger" "fzf history" "fzf find files"

List of my favorite applications and terminal utilities

Applications
  • Google Chrome
  • Kitty Terminal
  • VisualStudioCode
  • YouTube Music
  • Bruno
  • Postman
  • Notepadqq
  • Bitwarden
  • Stacer
  • Libreoffice
  • Discord
  • OBS
  • Kdenlive
  • JasperSoft Studio
  • Thunderbird
  • Timeshift
  • Ulauncher
Terminal (zsh) Applications
  • yay (aur package manager for Arch Linux)
  • pass
  • task (Taskwarrior)
  • bpytop
  • gcloud cli
  • sdkman
  • asdf
  • tmux
  • git
  • bat
  • lsd
  • fsf
  • ranger
  • ncdu
  • figlet
  • cowsay
  • lolcat
  • timeshift
  • timetrap
  • (Other dev tools like jdk, npm, yarn, etc.)

About

my personal dotfiles for coding


Languages

Language:Shell 99.7%Language:JavaScript 0.3%