Skip to content

Commit 47bea09

Browse files
committed
Unified dot_files
1 parent 133ac6e commit 47bea09

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+1977
-2009
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Thumbs.db
66

77
# Folders #
88
######################################
9+
__pycache__/
910

1011
# Files #
1112
######################################
@@ -15,6 +16,5 @@ gitconfiglavoro
1516
gitconfig
1617
linux/polybar/config
1718
linux/i3/config
18-
__pycache__/
1919
__init__.py
2020
state.yml

linux/asdfrc core/asdfrc

File renamed without changes.

core/bash_profile

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
if [ -f ~/.bashrc ]; then
2+
source ~/.bashrc
3+
fi

linux/bashrc core/bashrc

File renamed without changes.

core/bashrcroot

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# ~/.bashrc: executed by bash(1) for non-login shells.
2+
echo -e '\e[1;31m';
3+
echo " ______ _____ _____ _______";
4+
echo " |_____/ | | | | |";
5+
echo " | \_ |_____| |_____| |";
6+
echo -e '\e[m';
7+
echo ""

core/default-gems

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
awesome_print
2+
ripper-tags
3+
neovim
4+
solargraph
File renamed without changes.

linux/gemrc core/gemrc

File renamed without changes.

linux/irbrc core/irbrc

File renamed without changes.
File renamed without changes.

linux/p10k.zsh core/p10k.zsh

File renamed without changes.

core/starship.toml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Replace the '❯' symbol in the prompt with '➜'
2+
[character] # The name of the module we are configuring is 'character'
3+
success_symbol = '[▷](bold green)' # The 'success_symbol' segment is being set to '➜' with the color 'bold green'
4+
error_symbol = '[▷](bold red)' # The 'success_symbol' segment is being set to '➜' with the color 'bold green'
5+
vimcmd_symbol = '[◁](bold green)' # The 'success_symbol' segment is being set to '➜' with the color 'bold green'
6+
vimcmd_replace_one_symbol = '[▷](bold purple)' # The 'success_symbol' segment is being set to '➜' with the color 'bold green'
7+
vimcmd_replace_symbol = '[◁](bold purple)' # The 'success_symbol' segment is being set to '➜' with the color 'bold green'
8+
vimcmd_visual_symbol = '[◁](bold yellow)' # The 'success_symbol' segment is being set to '➜' with the color 'bold green'
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

create_link.sh

-31
This file was deleted.

extras/cava/config

-153
This file was deleted.

extras/spicetify/Themes/Gruvbox/color.ini

-20
This file was deleted.

extras/spicetify/Themes/Gruvbox/user.css

-11
This file was deleted.

extras/spicetify/Themes/Nord/color.ini

-18
This file was deleted.

0 commit comments

Comments
 (0)