Skip to content

Thund3rPat/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

My Dotfiles

This repository contains my dotfiles for my Pop!_OS. My dotfiles are managed with a bare git repository.

How to deploy on new machine

# Clone the repository:
git clone --bare https://github.com/Thund3rPat/dotfiles.git $HOME/.dotfiles

# define alias
alias dotfiles='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'

# checkout contents to $HOME
dotfiles checkout

Setup fish

sudo apt install fish
sudo chsh -s $(which fish)

Install starfish prompt:

curl -fsSL https://starship.rs/install.sh | bash

Install fisher: https://github.com/jorgebucaran/fisher

Then do:

fisher install dracula/fish

Setup lsd

Prerequisite:

sudo apt install fonts-font-awesome powerline

Download Font: Fira Code Nerd Fonts

Download lsd deb and install with eddy: https://github.com/Peltoche/lsd/releases

Install Spacevim

Follow https://spacevim.org/quick-start-guide/#linux-and-macos

Conky

Add this to autostart.

conky -d -c .config/conky/clock.conf
conky -d -c .config/conky/sidebar.conf

Dracula Skin for Steam

cd ~/.steam/debian-installation/skins && git clone https://github.com/dracula/steam.git 'Dracula'
cd Dracula && ./install.sh

Autostart steam with:

steam -silent -noverifyfiles

Releases

No releases published

Packages

No packages published

Languages