Skip to content

FrancesCoronel/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

******** **      **   ******
/**///// /**     /**  **////**
/**      /**     /** **    //
/******* //**    ** /**
/**////   //**  **  /**
/**        //****   //**    **
/**         //**     //******
//           //       //////

+-+-+-+-+-+-+-+-+
|D|o|t|f|i|l|e|s|
+-+-+-+-+-+-+-+-+

Dotfiles

GitHub Issues GitHub Pull Requests MIT License

This sets up my dev environment to be very Material Design friendly.

Background photo from Unsplash.

Showcase

Installation

The sudo command is necessary for Homebrew to be installed and for some others.

# Download latest version from Github
curl -L -O https://github.com/FrancesCoronel/dotfiles/archive/9.0.zip

# Unzip the file and move to root
unzip 9.0.zip
mv dotfiles-9.0 .dotfiles
rm 9.0.zip

# Run bootstrap!
sh ~/.dotfiles/bootstrap.sh

# Installs npm and certain npm packages
sh ~/.dotfiles/init/.npm

# Installs casks and taps to caskroom-versions
sh ~/.dotfiles/init/.casks

# Installs oh-my-zsh, terminal theme, oh-my-zsh theme and configs
sh ~/.dotfiles/init/.shell

# Installs optimal macOS system settings
sh ~/.dotfiles/init/.osx

# Installs fonts for coding and docs
sh ~/.dotfiles/init/.fonts

# Setups git configuration settings
sh ~/.dotfiles/init/.gituser

Customizations

Alfred

With Alfred, I use a theme called Materialize that is published online for anyone to install through Alfred Themes.

Chrome

My Chrome theme and extensions are automatically synced via my Google account.

Desktop

I use the Irvue app to automatically generate a new wallpaper every day and the images are so hi-res, it's quite nice.

Unsplash Wallpapers

Fonts

Homebrew

These are listed in bootstrap.sh.

Screensaver

I use the lovely Aerial screensaver which even allows me to have different 3D views on different monitors.

Aerial

Shells

I'm using the oh-my-zsh pure theme.

Once the theme has loaded, you might want to replace the shell's startup command in Preferences under Profiles > Shell Tab:

login -fpql FrancesCoronel /bin/zsh to login -fpql YOURNAME /bin/zsh

Hyper

Copy Hyper configuration file to the root folder.

mv ~Dropbox/Code/dotfiles/bin/shell/hyper/hyper.config.js ~/.hyper.js

Hyper

iTerm 2

Set up sync folder in Preferences to ~/Dropbox/Code/dotfiles/bin/shell/iterm under General > Preferences.

iTerm 2

Terminal

Import Materialize.terminal profile from ~/Dropbox/Code/dotfiles/bin/shell/terminal/Materialize.terminal.

Terminal

Warp (Primary)

Don't have to do anything here except sign in after you install it.

Warp

Tracking

I use WakaTime with my API key to track all the time spent across different platforms.

For editors, I have the plugin installed. Otherwise, I just use enter the following in the ~/.wakatime.cfg file.

[settings]
api_key = MY_API_KEY_GOES_HERE

Visual Studio Code Editor

I use Settings Sync to manage everything related to VS Code.

Code Command in Path

Manually use Shell Command: Install 'code' command in PATH.

Visual Studio Code

Visual Studio Code Extensions

These are synced via Settings Sync automatically.

The command below lists all extensions.

❯ code --list-extensions | xargs -L 1 echo code --install-extension

Theming

Accents are as follows in accordance to Sublime Text 3 Material Theme.

Blue Cyan Indigo Lime Orange Pink Purple Red Orange Red Yellow

Usage

If you decide to utilize these configurations, please make sure to give me some kudos as I have done below with the developers that inspired me. 😊

Contributing

I'm very open to contributions so please feel free to

  1. 🍴 Fork this repo
  2. πŸ”¨ Follow the contributing guidelines
  3. πŸ‘₯ Add yourself as a contributor under the Kudos section
  4. πŸ”§ Make a pull request
  5. πŸŽ‰ Get your pull request approved - success!

Or just create an issue - any little bit of help counts! 😊

Code of Conduct

In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.

More details can be found at this project's code of conduct.

Credits

Kudos