Skip to content

jim-fx/.dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jim-fx's Dotfiles

screenshot

Configurations

Installation

alias dots='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
echo ".dotfiles" >> .gitignore
git clone --bare git@github.com:jim-fx/.dotfiles $HOME/.dotfiles
dots checkout

Tipps & Tricks

# setup asdf version manager
git clone https://github.com/asdf-vm/asdf.git ~/.asdf

Rice It!

mkdir ~/.customization


# setup wallpapers (CC-BY-4.0 Licensed)
mkdir -p ~/.customization/wallpapers \
  && curl -o /tmp/wallpapers.zip https://max-richter.dev/wallpapers.zip \
  && unzip -o /tmp/wallpapers.zip -d ~/.customization/wallpapers \
  && rm /tmp/wallpapers.zip \
  && echo "Wallpapers have been successfully downloaded and extracted to ~/.customization/wallpapers"

# setup icons
git clone git@github.com:vinceliuice/WhiteSur-icon-theme.git ~/.customization/
~/.customization/WhiteSur-icon-theme/install.sh

# setup cursors
git clone git@github.com:vinceliuice/WhiteSur-cursors.git ~/.customization
~/.customization/WhiteSur-cursors/install.sh

# To enable powerprofiles
sudo pacman -S power-profiles-daemon

# For Screenshots
sudo pacman -S grim slurp

# To show currently playing song in waybar
sudo yay -S waybar waybar-mpris-git

# To show icons in waybar
sudo pacman -S ttf-firacode-nerd ttf-font-awesome

Opinionated Stuff

Because this is mainly my personal configs there is some stuff which you should be aware of.

Directories

  • Personal projects are under ~/Projects
  • Uni projects are under ~/COCO
  • Binaries are under ~/bin

Custom commands

fx [s/i/o/d] (directory)

Used to navigate and edit folders in the ~/Projects folder

co [number][name]

Used to navigate and edit folders in the ~/COCO folder

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published