Skip to content

shalva97/configs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 

Repository files navigation

A list of configs for my devices

Terminal

  • install fish and starship
  • install Alacritty
  • change Alacritty font size to 14, paddings to 4, dynamic_padding to true
  • change shell: chsh -s /usr/local/bin/fish

Fish shell configs

echo "# !/usr/bin/env fish 
starship init fish | source" > $HOME/.config/fish/config.fish

abbr -a s sudo
abbr -a u sudo pacman -Syu
abbr -a m micro
abbr -a r ranger

set -U fish_greeting
set -Ux EDITOR micro

alias -s df "df -h"
alias -s free "free -h"

Change shell: chsh -s $(which fish)

Git

git config --global user.name "shalva97"
git config --global user.email "myEmailHere"

Env variables

fish_add_path /path-to-android-sdk/platform-tools/ # for adb command
set -Ux ANDROID_HOME /Users/george/Library/Android/sdk # for android sdk

GUI apps

Arch Linux

Packages to install

sudo pacman -Syu ranger micro starship git base-devel fish openssh

top config

z - enable colors 1 - show cores B - make it all bold t - toggle cpu stats m - toggle memory stats h - help Shift + w - save config

Youtube

yt-dlp "https://www.youtube.com/playlist?list=PLrnPJCHvNZuAIbejjZA1kGfLeA8ZpICB2"
yt-dlp "https://www.youtube.com/watch?v=H_oGi8uuDpA"
yt-dlp -x --audio-format mp3 --audio-quality 320K video-url # for car radio

Windows

Winget

Download from theur repo https://github.com/microsoft/winget-cli/releases

MacOS

Disable all dock animations: https://osxdaily.com/2010/02/19/disable-dock-bouncing/

About

Life is too short for managing dotfiles

Topics

Resources

Stars

Watchers

Forks