Skip to content

This repo contains my preferred settings and configuration files for different tools I use for development work.

Notifications You must be signed in to change notification settings

KimConcepcion/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

This repo contains my preferred settings and configuration files for different tools I use for daily development work.

Linux

The linux folder contains some of the scripts I use daily, when working in a Linux environment.

Install APT packages

I have gathered the typical APT packages I use in a packages.txt file. You can use the xargs cmd to read the packages.txt file and input it to the apt cmd

$ xargs sudo apt-get -y install < packages.txt

Nerd fonts

Download Nerd fonts from: https://www.nerdfonts.com/

Personally, I use the following fonts:

  • JetBrainsMono
  • FiraMono

Starship (With Bash)

For details check out: https://starship.rs

  1. Download & install starship binary

curl -sS https://starship.rs/install.sh | sh

  1. Add the starship init script at the end of your shell's config file
# ~/.bashrc

eval "$(starship init bash)"
  1. Copy starship.toml from starship folder in this repo to the .config folder in your home directory

About

This repo contains my preferred settings and configuration files for different tools I use for development work.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published