Skip to content

Commit

Permalink
So long TextMate... Hello VS Code
Browse files Browse the repository at this point in the history
I've been using VS Code for quite some time now. I've
finally changed my default CLI Editor to VS Code.

I also ditched the atom text editor.
  • Loading branch information
AJ-Acevedo committed Apr 26, 2022
1 parent 588c5d0 commit 8db5089
Show file tree
Hide file tree
Showing 10 changed files with 7 additions and 189 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MIT License

Copyright (c) 2013 - 2021 [AJ Acevedo](https://ajacevedo.com)
Copyright (c) 2013 - 2022 [AJ Acevedo](https://ajacevedo.com)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ These dotfiles are a set of configuration files for macOS and Linux, that make m

dotfiles are like a programmer's toolbox.

I am using macOS Big Sur 11.x and my preferred Linux distributions are Debian and Ubuntu 20.04.
I am using macOS Big Sur 12.x and my preferred Linux distributions are Debian and Ubuntu 22.04.


For more information on dotfiles, checkout [dotfiles.github.io](http://dotfiles.github.io/)
Expand Down Expand Up @@ -81,7 +81,7 @@ Feel free to clone, modify, share, and use these dotfiles as your own.

## License

[Copyright (C) 2013 - 2021 AJ Acevedo](https://github.com/AJ-Acevedo/dotfiles/blob/master/LICENSE.md)
[Copyright (C) 2013 - 2022 AJ Acevedo](https://github.com/AJ-Acevedo/dotfiles/blob/master/LICENSE.md)

## Author

Expand Down
8 changes: 4 additions & 4 deletions bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -179,11 +179,11 @@ alias ls='ls -alh'
alias myip='ipconfig getifaddr en0'

#-------------------------------------------------------------
# Set default Editor to TextMate
# Set default Editor to VS Code
#-------------------------------------------------------------
export EDITOR="$HOME/bin/mate -w"
export GIT_EDITOR="$HOME/bin/mate -w"
export VISUAL="$HOME/bin/mate -w"
export EDITOR="code --wait"
export GIT_EDITOR="$EDITOR"
export VISUAL="$EDITOR"

#-------------------------------------------------------------
# CLI COLOR
Expand Down
3 changes: 0 additions & 3 deletions init/atom-theme/.gitignore

This file was deleted.

2 changes: 0 additions & 2 deletions init/atom-theme/CHANGELOG.md

This file was deleted.

3 changes: 0 additions & 3 deletions init/atom-theme/README.md

This file was deleted.

1 change: 0 additions & 1 deletion init/atom-theme/index.less

This file was deleted.

15 changes: 0 additions & 15 deletions init/atom-theme/package.json

This file was deleted.

128 changes: 0 additions & 128 deletions init/atom-theme/styles/base.less

This file was deleted.

30 changes: 0 additions & 30 deletions init/atom-theme/styles/syntax-variables.less

This file was deleted.

0 comments on commit 8db5089

Please sign in to comment.